# HG changeset patch # User jcoomes # Date 1346874146 25200 # Node ID b4f6c05ae88af559cdc92abbd55cd922bee846f2 # Parent e4545ad1d508f0daf4a90832b31131becfb5855d 7196361: add hotspot/make/closed to hgforest.sh Reviewed-by: ohair diff -r e4545ad1d508 -r b4f6c05ae88a make/scripts/hgforest.sh --- a/make/scripts/hgforest.sh Thu Aug 30 10:26:55 2012 -0700 +++ b/make/scripts/hgforest.sh Wed Sep 05 12:42:26 2012 -0700 @@ -58,7 +58,7 @@ fi done if [ "${pull_extra_base}" != "" ] ; then - subrepos_extra="jdk/src/closed jdk/make/closed jdk/test/closed hotspot/src/closed hotspot/test/closed deploy install sponsors pubs" + subrepos_extra="jdk/src/closed jdk/make/closed jdk/test/closed hotspot/make/closed hotspot/src/closed hotspot/test/closed deploy install sponsors pubs" pull_default_tail=`echo ${pull_default} | sed -e 's@^.*://[^/]*/\(.*\)@\1@'` pull_extra="${pull_extra_base}/${pull_default_tail}" for i in ${subrepos_extra} ; do