diff -r cdb401a60cea -r 8e36a0fabf58 get_source.sh --- a/get_source.sh Wed Dec 12 13:19:32 2012 -0800 +++ b/get_source.sh Tue Dec 18 09:57:01 2012 +0100 @@ -26,8 +26,8 @@ # # Get clones of all nested repositories -sh ./make/scripts/hgforest.sh clone $* +sh ./common/bin/hgforest.sh clone "$@" # Update all existing repositories to the latest sources -sh ./make/scripts/hgforest.sh pull -u +sh ./common/bin/hgforest.sh pull -u