changeset 752:e0377573a776 default tip

Add bdb to common/bin/hgforest.sh
author mchung
date Wed, 08 May 2013 11:16:01 -0700
parents 0abc1055e3bb
children
files common/bin/hgforest.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common/bin/hgforest.sh	Tue May 07 17:13:57 2013 -0700
+++ b/common/bin/hgforest.sh	Wed May 08 11:16:01 2013 -0700
@@ -96,7 +96,7 @@
 repos=""
 repos_extra=""
 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
-  subrepos="corba jaxp jaxws langtools jdk hotspot nashorn"
+  subrepos="bdb corba jaxp jaxws langtools jdk hotspot nashorn"
   if [ -f .hg/hgrc ] ; then
     pull_default=`hg paths default`
     if [ "${pull_default}" = "" ] ; then