diff -r b70196e01c53 -r 5b0b6ef58dbf make/scripts/hgforest.sh --- a/make/scripts/hgforest.sh Thu Feb 21 17:39:58 2013 -0800 +++ b/make/scripts/hgforest.sh Mon Feb 25 15:08:11 2013 -0800 @@ -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