Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Multiple heads in hg repo

0 views
Skip to first unread message

Ricardo Palomares Martí­nez

unread,
Nov 25, 2008, 4:45:18 PM11/25/08
to
Hi,

Just as I was looking for our revision to answer TB3b1 opting-in, I've
seen that we have multiple heads in our hg repo, due to tagging for
Firefox 3.1 build and release. Should I hg merge, or ignore it?

(Learning the Mercurial way is going to take some time, sorry; please,
be patient with us). :-)

Ricardo

Benjamin Smedberg

unread,
Nov 25, 2008, 5:04:33 PM11/25/08
to

You should *not* merge. This new head belongs to a named Mercurial branch.

You should keep using the `default` branch.

--BDS

Marcelo Poli

unread,
Nov 26, 2008, 10:43:03 PM11/26/08
to
Benjamin Smedberg escribió:
How do we use the 'default' branch?

Axel Hecht

unread,
Nov 27, 2008, 6:43:42 AM11/27/08
to

Usually, just

hg pull
hg update

will do that. Unless you happened to get off the default branch, then
just make sure to be on the default branch by

hg update -r default

Axel

0 new messages