# HG changeset patch # User Chris Cannam # Date 1429616412 -3600 # Node ID 5addbcdc2e87099b2b8b883c9117f569f661ad3e # Parent 12a7ba9fa2b4f96cb848c781336bf8fbccb26465 Ignore commented lines diff -r 12a7ba9fa2b4 -r 5addbcdc2e87 SCRIPTS/update-all.sh --- a/SCRIPTS/update-all.sh Tue Apr 21 12:20:00 2015 +0100 +++ b/SCRIPTS/update-all.sh Tue Apr 21 12:40:12 2015 +0100 @@ -2,7 +2,7 @@ # Run this from the top-level vamp-build-and-test directory -cat .hgsub | awk '{ print $1 }' | while read x; do +cat .hgsub | grep -v '^#' | awk '{ print $1 }' | while read x; do if [ -d "$x"/.hg ]; then ( cd $x ; hg pull && hg update ) elif [ -d "$x"/.git ]; then