<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>For a while now I have used a script I called hgforest to deal with our forest of repositories</div><div>or nested repositories, this has been derived from what I posted in my blog entry:</div><div>  <a href="http://blogs.sun.com/kto/entry/mercurial_forest_pet_shell_trick">http://blogs.sun.com/kto/entry/mercurial_forest_pet_shell_trick</a></div><div>It's been slightly expanded and improved over time.</div><div><br></div><div>I'm proposing adding that script to the make/scripts directory and also provide an easy 'get-source.sh'</div><div>script for people to get the entire forest and avoid a hard dependence on the Forest Extension.</div><div><br></div><div><a href="http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-forest/webrev/">http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-forest/webrev/</a></div><div><br></div><div>Let me know what you think.</div><div><br></div><div>You can try getting a complete forest doing the following:</div><div><br></div><div>hg clone <a href="http://hg.openjdk.java.net/jdk7/jdk7">http://hg.openjdk.java.net/jdk7/jdk7</a>  openjdk7</div><div>cd openjdk7</div><div><div>wget <a href="http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-forest/webrev/jdk7-build-forest.patch">http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-forest/webrev/jdk7-build-forest.patch</a></div><div>hg import --no-commit jdk7-build-forest.patch</div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; "><font class="Apple-style-span" face="Times"><span class="Apple-style-span" style="white-space: normal;">sh ./get_source.sh</span></font></span></div></div><div><br></div><div>-kto</div><div><br></div></body></html>