./get_source.sh

Print this page

        

*** 24,33 **** # or visit www.oracle.com if you need additional information or have any # questions. # # Get clones of all nested repositories ! sh ./common/bin/hgforest.sh clone "$@" # Update all existing repositories to the latest sources sh ./common/bin/hgforest.sh pull -u --- 24,33 ---- # or visit www.oracle.com if you need additional information or have any # questions. # # Get clones of all nested repositories ! sh ./common/bin/hgforest.sh clone "$@" || exit 1 # Update all existing repositories to the latest sources sh ./common/bin/hgforest.sh pull -u