...
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 | ||
---|---|---|
| ||
%$ 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 | ||||
---|---|---|---|---|
|
...
Overview
Content Tools
ThemeBuilder