Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ hg tclone --branch default http://hg.openjdk.java.net/jdk9/hs-submit
$ hg -R hs-submit tdefpath -du <OpenJDK id>
$ cd hs-submit/hotspot
$ hg branch "JDK-7000001"
$ echo "Make the README longer." >> README
$ hg commit
$ # Get your code review here
$ hg push --new-branch

A Note on the Examples

Many of the examples on this page use the trees.py and defpath.py Mercurial extensions.  These extensions are available from the Code Tools project and make handling multi-repo forests easier.  They are not necessary for using Submission Forests.

...

Table of Contents
maxLevel5
minLevel3
excludeA Note on the Examples

What should I call my branch?

...