...
How should I push a branch?
The first time you push a new branch to the submission forest, you need to use the "--new-branch
" option like this:
Code Block | ||
---|---|---|
| ||
$ #From the root of your local forest
$ hg tpush --new-branch |
Subsequent pushes to your branch in the submission forest do not need the "--new-branch" option.
If your local forest has several fixes under development and you're ready to push only one, you can do that with the --branch option:
Code Block | ||
---|---|---|
| ||
$ # From the root of your local forest
$ hg tpush --branch "JDK-4040458" --new-branch |
What's happening with my submission?
...
Overview
Content Tools
ThemeBuilder