equal
deleted
inserted
replaced
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 |