annotate update-all.sh @ 0:e3a9ff791a5e

Initial set of subrepos
author Chris Cannam
date Mon, 14 Jul 2014 13:06:36 +0100
parents
children 57da88814766
rev   line source
Chris@0 1 #!/bin/bash
Chris@0 2 cat .hgsub | awk '{ print $1 }' | while read x; do
Chris@0 3 ( cd $x ; hg pull && hg update )
Chris@0 4 done