...
Code Block |
---|
^JDK\-\d{7}([\w-]+)? |
How
...
do I create a branch?
Create a branch in each repository that you need to change. For example, if your fix requires changes in both the jdk and hotspot repos, you could do thisUsing the hg branch command:
Code Block | ||
---|---|---|
| ||
$ hg branch "JDK-7000001" |
...
Overview
Content Tools
ThemeBuilder