Multiple heads?

Trygve Laugstøl trygvis at inamo.no
Fri Jun 6 03:19:09 CDT 2008


Joseph Turian wrote:
> I clone a repository and it says:
> added 130 changesets with 408 changes to 86 files (+3 heads)
> 
> Looking at 'hg glog', it does indeed seem that there are three heads.
> How can I merge these three heads?

Running just "hg merge" will give you the info you need. Since you have 
more that two heads, you will need tell mercurial which heads you want 
to merge. Running "hg heads" will show all the heads and their revisions.

--
Trygve


More information about the Mercurial mailing list