Issue756

Title named branches are not considered for counting of heads in "hg merge"
Priority feature Status resolved
Superseder Nosy List DomQ, djc, jglick, kryps
Assigned To Topics named branches

Created on 2007-10-02.09:39:24 by DomQ, last changed 2008-06-30.05:00:24 by djc.

Messages
msg6445 (view) Author: djc Date: 2008-06-30.05:00:24
This is fixed in 1fe6f365df2e, now in crew and main.
msg4619 (view) Author: jglick Date: 2007-12-15.01:06:08
I have heard that OpenJDK uses gateway (push-only) repos which prevent named
branches from being pushed to the public repo for just this reason.
msg4058 (view) Author: DomQ Date: 2007-10-02.09:39:24
This is similar, but not identical, to Issue736.

As soon as I have a branch with a head on it, the plain "hg merge" command does
not work anymore after pulling from the master repository. The reason is obvious
(3 heads), but this is surprising to my hg-novice coworkers.

Also, a plain "hg merge" in a repo with 2 heads in different named branches
unexpectedly succeeds, and probably does not do what the user expected.

I think that "hg merge" should only count heads that are on the same named
branch as the current checkout.
History
Date User Action Args
2008-06-30 05:00:24djcsetstatus: chatting -> resolved
nosy: jglick, DomQ, djc, kryps
messages: + msg6445
2008-03-31 16:01:18krypssetnosy: + kryps
2008-02-25 15:17:20djcsetnosy: + djc
2008-02-12 10:01:31djcsettopic: + named branches
nosy: jglick, DomQ
2007-12-15 01:06:09jglicksetstatus: unread -> chatting
nosy: + jglick
messages: + msg4619
2007-10-02 09:39:24DomQcreate