8007625: race with nested repos in /common/bin/hgforest.sh

Reviewed-by: dholmes, ohair, ohrstrom
This commit is contained in:
Chris Hegarty 2013-02-06 11:36:19 +00:00
parent f9329eb66f
commit dab327e501
2 changed files with 41 additions and 20 deletions

View file

@ -26,7 +26,7 @@
#
# Get clones of all nested repositories
sh ./common/bin/hgforest.sh clone "$@"
sh ./common/bin/hgforest.sh clone "$@" || exit 1
# Update all existing repositories to the latest sources
sh ./common/bin/hgforest.sh pull -u