Versions Compared

Key

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

...

Say you need to make a simple fix to the README file at the head of the hotspot repository.  This fix addresses bug JDK-7000001.  The following would do it:

Code Block
languagebash
%$ hg tclone --branch default http://hg.openjdk.java.net/jdk9/hs-submit
%$ cd hs-submit/hotspot
%$ hg branch "JDK-7000001"
%$ echo "Make the README longer." >> README
%
%$ # Get code review here
%
%$ hg commit -l msg.txt
%$ hg push --new-branch

 

FAQ

Table of Contents
maxLevel5
minLevel3

...