changeset 653:1370a16d60ea

Add bdb to the list of repos in hgforest
author chegar
date Mon, 11 Feb 2013 18:08:57 +0000
parents 61a415643ae0
children ba5b2dcaa028
files common/bin/hgforest.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common/bin/hgforest.sh	Wed Feb 06 11:36:19 2013 +0000
+++ b/common/bin/hgforest.sh	Mon Feb 11 18:08:57 2013 +0000
@@ -96,7 +96,7 @@
 repos=""
 repos_extra=""
 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
-  subrepos="corba jaxp jaxws langtools jdk hotspot"
+  subrepos="corba jaxp jaxws langtools jdk hotspot bdb"
   if [ -f .hg/hgrc ] ; then
     pull_default=`hg paths default`
     if [ "${pull_default}" = "" ] ; then