3 heads (not better than 1)

Peter Hosey boredzo at gmail.com
Thu Sep 4 12:07:19 CDT 2008


On Sep 04, 2008, at 10:03:17, Neal Becker wrote:
> hg heads shows 3 heads.  How do I get back to 1 head (merge)?

With hg merge. You'll then have to hg commit.

If you don't actually want to merge, then what you do is merge, then  
revert the changes made by the merge, then commit.

Of course, you should do this in a clean repository (no uncommitted  
changes before you start merging).

More info:

	http://www.nabble.com/Deletion-of-Named-branches-td14653488.html



More information about the Mercurial mailing list