--- a/deploy.sh Sat May 02 02:56:30 2015 +0800
+++ b/deploy.sh Sat May 02 03:57:41 2015 +0800
HGURL='http://selenic.com/hg'
TESTURL='http://selenic.com/hg'
hg clone "$HGURL" ./data/testhg
hg archive -R ./data/testhg ./data/newesthg
make --directory ./data/newesthg local
--- a/update.sh Sat May 02 02:56:30 2015 +0800
+++ b/update.sh Sat May 02 03:57:41 2015 +0800
nodes=`./data/newesthg/hg incoming -R ./data/testhg --quiet -T '{node}\n'`
./data/newesthg/hg pull -R ./data/testhg