diff -r 8fcdae2a7ec7 -r 0a12b75617ed README-builds.html --- a/README-builds.html Wed Aug 17 14:18:26 2011 -0700 +++ b/README-builds.html Mon Aug 29 17:09:35 2011 -0700 @@ -126,38 +126,15 @@ Developer Guide: Installing and Configuring Mercurial section for more information. - The Forest Extension is not part of the Mercurial install, - and is optional, - but can be obtained with the following commands: -
- - hg clone https://bitbucket.org/pmezard/hgforest-crew/overview/ YourHgForest - -- Once you have the file forest.py, you need to add these - lines to your ${HOME}/.hgrc file: -
- - [extensions] -
forest = YourHgForest/forest.py - -
To get the entire set of OpenJDK Mercurial repositories - using the Forest Extension: + use the script@@ -558,7 +532,7 @@ understood that this is not ideal for the open source community. It is possible this process could change in the future.get_source.sh
located in the root repository:- hg fclone http://hg.openjdk.java.net/jdk7/jdk7 YourOpenJDK - -- To get the entire set of OpenJDK Mercurial repositories - without using the Forest Extension: -- - hg clone http://hg.openjdk.java.net/jdk7/jdk7 YourOpenJDK + hg clone http://hg.openjdk.java.net/jdk8/jdk8 YourOpenJDK- You may find this script make/scripts/hgforest.sh faster - than the hg forest commands provided by the - Forest Extension.
cd YourOpenJDK
sh ./get_source.sh @@ -172,9 +149,6 @@
sh ./make/scripts/hgforest.sh pull -u