Closed branch push behavior?

Chuck.Kirschman at bentley.com Chuck.Kirschman at bentley.com
Mon Dec 5 21:09:00 UTC 2011


I tried to push some changes from one repo to another and it complained that it would create new branches, even though the branch in question is closed.  Is that the expected behavior?  "Hg branches" doesn't show it, so it is pretty confusing to figure it out, and it isn't creating an open branch.  I'm using 1.9.3.

[D:\foo]hg --debug push
pushing to http://foo.bar.com/foo
searching for changes
abort: push creates new remote branches: wip_unicode!
(use 'hg push --new-branch' to create new remote branches)

[D:\foo]hg branches
default                     3187:fa2769398873

[D:\foo]hg branches -c
default                     3187:fa2769398873
wip_unicode                 3108:2426340ca7ae (closed)

Thanks
chuck

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20111205/9d08533d/attachment-0002.html>


More information about the Mercurial mailing list