I have an Hg repository with three branches in it, but two of them are inactive (since I already merged them into my default branch). hg head shows 3 heads, one for each branch, although hg branches show 2 of these branches as "inactive".
When I try to push my default branch (using hg push --branch default http: // ...) to another repo, the merge is canceled with the message "abort: push creates new remote branches :!"
On the Hg push man pages: “By default, push will not allow new chapters to be created at the destination, since several heads will not be clear which head to use. In this situation, it is recommended to pull and drain the push.”
I have already done this, but I still cannot press "default" without interrupting it.
Any help is appreciated. Thank!
branch merge push mercurial
simon 02 Feb 2018-11-21T00: 00-02
source share