get_source.sh

changeset 615
8dd61906da5f
parent 538
8e36a0fabf58
child 1133
50aaf272884f
child 1146
406ecd8cce66
equal deleted inserted replaced
605:5b19cef637a6 615:8dd61906da5f
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 ./common/bin/hgforest.sh clone "$@" 29 sh ./common/bin/hgforest.sh clone "$@" || exit 1
30 30
31 # Update all existing repositories to the latest sources 31 # Update all existing repositories to the latest sources
32 sh ./common/bin/hgforest.sh pull -u 32 sh ./common/bin/hgforest.sh pull -u
33 33

mercurial