[issue2697] hg pull outputs +1 heads message when head is a closed branch

Kevin Berridge bugs at mercurial.selenic.com
Mon Mar 14 14:55:55 UTC 2011


New submission from Kevin Berridge <kevin.w.berridge at gmail.com>:

To reproduce:
1. Clone a repo
2. In the clone create a named branch
3. Check some stuff in
4. Merge the branch back to default
5. Close the branch
6. pull the clone back to the original

Result:
added n changesets with m changes to p files (+1 heads)
(run 'hg heads' to see heads, 'hg merge' to merge)

But if you run hg heads you will only see one head, because the other head 
is closed.

----------
messages: 15635
nosy: kberridge
priority: bug
status: unread
title: hg pull outputs +1 heads message when head is a closed branch

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2697>
____________________________________________________


More information about the Mercurial-devel mailing list