Message4058

Author DomQ
Recipients
Date 2007-10-02.09:39:24
Content
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
2007-10-02 09:39:24DomQsetmessageid: <1191317964.67.0.650873575749.issue756@selenic.com>
2007-10-02 09:39:24DomQlinkissue756 messages
2007-10-02 09:39:24DomQcreate