get_source.sh

changeset 583
e5664599a127
parent 538
8e36a0fabf58
child 615
8dd61906da5f
equal deleted inserted replaced
582:50307da0149e 583:e5664599a127
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