--- a/README.txt Thu Apr 24 14:33:28 2008 -0700
+++ b/README.txt Sun Sep 07 00:23:13 2008 -0700
@@ -11,7 +11,7 @@ This is a Mercurial patch repository.
== Organization
-The OpenJDK mlvm/mlvm repository forest is (at present) only a set of patches, not a full set of JDK sources. The patches apply to some version of the full jdk7/jdk7 forest structure. The structure of the mlvm forest parallels the structure of the full jdk7 sources, but each repository in mvlm is only the .hg/patches directory (of the Mercurial mq extension). Thus, repositories under mlvm are called "patch repositories" and those under jdk7 are by contrast called "source repositories".
+The OpenJDK mlvm/mlvm repository forest is (at present) only a set of patches, not a full set of JDK sources. The patches apply to some version of the full OpenJDK forest structure. The structure of the mlvm forest parallels the structure of the full jdk7 sources, but each repository in mvlm is only the .hg/patches directory (of the Mercurial mq extension). Thus, repositories under mlvm are called "patch repositories" and those under jdk7 are by contrast called "source repositories".
Commits in the mlvm repositories do not update the full source trees, only the patches. To make this clear, when a commit occurs in a patch repository, we will refer to it specifically as a "patch commit".
@@ -89,7 +89,7 @@ Make a directory which will contain both
$ mkdir davinci
$ cd davinci
- $ hg fclone http://hg.openjdk.java.net/jdk7/jdk7 sources
+ $ hg fclone http://hg.openjdk.java.net/jdk7/hotspot sources
$ hg fclone http://hg.openjdk.java.net/mlvm/mlvm patches
$ sh patches/make/link-patch-dirs.sh sources patches
+ ln -s ../../../patches/hotspot sources/hotspot/.hg/patches