# HG changeset patch # User mchung # Date 1368036961 25200 # Node ID e0377573a776217ccc94c9af06cf5e3b15a3be8c # Parent 0abc1055e3bb9e88bff260a6c2ff50e0f3710ea2 Add bdb to common/bin/hgforest.sh diff -r 0abc1055e3bb -r e0377573a776 common/bin/hgforest.sh --- 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