How can I switch to a tag/branch in hg?

Posted by n179911 on Stack Overflow See other posts from Stack Overflow or by n179911
Published on 2010-01-29T03:03:29Z Indexed on 2010/04/04 15:33 UTC
Read the original article Hit count: 270

Filed under:
|

Hi,

I have followed the documentation in https://developer.mozilla.org/En/Developer_Guide/Source_Code/Mercurial

And I have download FF source using this: hg clone http://hg.mozilla.org/mozilla-central/ src

But how can i switch to the FF3.6 'branch' or 'tag'? The documentation said 'hg clone http://hg.mozilla.org/releases/mozilla-1.9.2/ 192src' but I don't want to clone both FF main and Ff3.6 twice?

Thank you.

© Stack Overflow or respective owner

Related posts about hg

Related posts about mercurial