# HG changeset patch # User Christophe Lincoln # Date 1304727426 -7200 # Node ID 8a282c990eccb37e475170156981a2fa3bc117e5 # Parent 12fe3e17e20afd24b4edf3b538d25544e3d2cc8a cooker: we may want to use a personal repo not updated online diff -r 12fe3e17e20a -r 8a282c990ecc cooker --- a/cooker Sat May 07 02:14:20 2011 +0200 +++ b/cooker Sat May 07 02:17:06 2011 +0200 @@ -350,7 +350,7 @@ cur=$(hg head --template '{rev}\n') echo "Updating Hg wok: ${wok}-hg" | log echo "hg:pull" > $command - cd ${wok}-hg && hg pull -u | log_commits + [ -f "${wok}-hg/.hg/hgrc" ] && cd ${wok}-hg && hg pull -u | log_commits new=$(hg head --template '{rev}\n') # Sync build wok with rsync so we dont take care about removing old