Multiple heads?

Martin Geisler mg at daimi.au.dk
Thu Jun 5 16:43:29 CDT 2008


"Joseph Turian" <turian at gmail.com> writes:

> 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?

Well, with 'hg merge'... :-)

It will merge two heads into one and thus lower the total number of
heads by one. So in your case you will probably need to merge three
times.

You will need to specify the other heads you want to merge with,
consult 'hg help merge' for the details.

-- 
Martin Geisler

VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multi-Party Computation) to Python. See: http://viff.dk/.



More information about the Mercurial mailing list