Created
September 29, 2011 19:11
-
-
Save timbroder/1251642 to your computer and use it in GitHub Desktop.
hg mercurial branching
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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