get_source.sh

changeset 538
8e36a0fabf58
parent 436
955a3e8ed4f0
child 615
8dd61906da5f
equal deleted inserted replaced
534:cdb401a60cea 538:8e36a0fabf58
24 # or visit www.oracle.com if you need additional information or have any 24 # or visit www.oracle.com if you need additional information or have any
25 # questions. 25 # questions.
26 # 26 #
27 27
28 # Get clones of all nested repositories 28 # Get clones of all nested repositories
29 sh ./make/scripts/hgforest.sh clone $* 29 sh ./common/bin/hgforest.sh clone "$@"
30 30
31 # Update all existing repositories to the latest sources 31 # Update all existing repositories to the latest sources
32 sh ./make/scripts/hgforest.sh pull -u 32 sh ./common/bin/hgforest.sh pull -u
33 33

mercurial