Skip to content

Instantly share code, notes, and snippets.

@timbroder
Created September 29, 2011 19:11
Show Gist options
  • Save timbroder/1251642 to your computer and use it in GitHub Desktop.
Save timbroder/1251642 to your computer and use it in GitHub Desktop.
hg mercurial branching
hg pull
hg update
hg update default
hg merge UAT.RC12
hg commit -m "merged UAT.RC12 into default"
hg update UAT.RC12
hg commit --close-branch -m "closing branch UAT.RC12"
hg branch UAT.RC13
hg commit -m "created branch UAT.RC13"
hg push --new-branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment