# HG changeset patch
# User jlaskey
# Date 1360172223 14400
# Node ID d0f0e61564ecba97394fd4fede99e78140705e16
# Parent  4427343751c8e41b4b9e53a126ffa555fde5ef9c
8007666: nashorn missing from hgforest.sh
Reviewed-by: jlaskey
Contributed-by: james.laskey@oracle.com

diff -r 4427343751c8 -r d0f0e61564ec common/bin/hgforest.sh
--- 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