Versions Compared

Key

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

...

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
languagebash
$ hg branch "JDK-7000001"

...