common/bin/hgforest.sh
changeset 15903 bc0e6cd9d760
parent 15575 75a4e041b420
child 16655 030b20da1b53
child 21156 7a0479f63dcd
equal deleted inserted replaced
15902:c50813cf3f68 15903:bc0e6cd9d760
    94 # Only look in specific locations for possible forests (avoids long searches)
    94 # Only look in specific locations for possible forests (avoids long searches)
    95 pull_default=""
    95 pull_default=""
    96 repos=""
    96 repos=""
    97 repos_extra=""
    97 repos_extra=""
    98 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
    98 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
    99   subrepos="corba jaxp jaxws langtools jdk hotspot"
    99   subrepos="corba jaxp jaxws langtools jdk hotspot nashorn"
   100   if [ -f .hg/hgrc ] ; then
   100   if [ -f .hg/hgrc ] ; then
   101     pull_default=`hg paths default`
   101     pull_default=`hg paths default`
   102     if [ "${pull_default}" = "" ] ; then
   102     if [ "${pull_default}" = "" ] ; then
   103       echo "ERROR: Need initial clone with 'hg paths default' defined"
   103       echo "ERROR: Need initial clone with 'hg paths default' defined"
   104       exit 1
   104       exit 1