common/bin/hgforest.sh
changeset 21150 d0f0e61564ec
parent 14735 804551752e64
child 21154 e8c4a082391d
--- a/common/bin/hgforest.sh	Mon Feb 04 17:30:09 2013 -0400
+++ b/common/bin/hgforest.sh	Wed Feb 06 13:37:03 2013 -0400
@@ -96,7 +96,7 @@
 repos=""
 repos_extra=""
 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
-  subrepos="corba jaxp jaxws langtools jdk hotspot"
+  subrepos="corba jaxp jaxws langtools jdk hotspot nashorn"
   if [ -f .hg/hgrc ] ; then
     pull_default=`hg paths default`
     if [ "${pull_default}" = "" ] ; then