...
How do I update my branch with the latest upstream changes?
Before you push a branch to the submission forest, you should merge in the latest upstream changes onto your branch.
Code Block | ||
---|---|---|
| ||
$ # From local forest $ hg tpull # make sure the default branch has latest changes $ hg update xxx # make sure you are sitting on your branch head tbranch? $ hg merge default #tmerge $ hg commit -m "Merge"#tcommit |
...
How should I push a branch?
...
Overview
Content Tools
ThemeBuilder