common/bin/hgforest.sh

changeset 654
22b9a31a92eb
parent 645
5b0b6ef58dbf
child 679
760074bec012
child 885
13ddc5c3ebfc
equal deleted inserted replaced
639:145dbc56f931 654:22b9a31a92eb
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

mercurial