diff -r 8209c91b751d -r 3dc55f0c1b6f make/scripts/hgforest.sh --- a/make/scripts/hgforest.sh Tue Jan 22 21:02:06 2013 -0800 +++ b/make/scripts/hgforest.sh Mon Jan 28 16:29:34 2013 -0400 @@ -40,7 +40,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