make/scripts/hgforest.sh

changeset 645
5b0b6ef58dbf
parent 475
b85b44cced24
child 1133
50aaf272884f
equal deleted inserted replaced
644:b70196e01c53 645:5b0b6ef58dbf
38 # Only look in specific locations for possible forests (avoids long searches) 38 # Only look in specific locations for possible forests (avoids long searches)
39 pull_default="" 39 pull_default=""
40 repos="" 40 repos=""
41 repos_extra="" 41 repos_extra=""
42 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then 42 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
43 subrepos="corba jaxp jaxws langtools jdk hotspot" 43 subrepos="corba jaxp jaxws langtools jdk hotspot nashorn"
44 if [ -f .hg/hgrc ] ; then 44 if [ -f .hg/hgrc ] ; then
45 pull_default=`hg paths default` 45 pull_default=`hg paths default`
46 if [ "${pull_default}" = "" ] ; then 46 if [ "${pull_default}" = "" ] ; then
47 echo "ERROR: Need initial clone with 'hg paths default' defined" 47 echo "ERROR: Need initial clone with 'hg paths default' defined"
48 exit 1 48 exit 1

mercurial