Getting rid of extra heads after repository conversion

Christian Ebert blacktrash at gmx.net
Thu May 17 10:32:22 CDT 2007


* Thomas Klausner on Wednesday, May 16, 2007 at 10:55:17 +0200:
> Can someone please tell me how to get rid of the extra heads without
> much work?

This is from a post by Matt:
(Message-ID: <20061021165252.GF6412 at waste.org>)

$ hg update -C main_branch
$ HGMERGE=true hg merge deadbranch
$ hg revert -a -r main_branch
$ hg ci -m 'discard deadbranch'

c
-- 
keyword extension for Mercurial (http://selenic.com/mercurial):
<http://www.blacktrash.org/hg/hgkeyword/>
Mercurial crew development repository + keyword extension:
<http://www.blacktrash.org/hg/hg-crew-keyword/>


More information about the Mercurial mailing list