view update-all.sh @ 3:695661d9dab9

Update subrepos
author Chris Cannam
date Thu, 17 Jul 2014 13:13:04 +0100
parents e3a9ff791a5e
children 57da88814766
line wrap: on
line source
#!/bin/bash
cat .hgsub | awk '{ print $1 }' | while read x; do
    ( cd $x ; hg pull && hg update )
done