32:1a20eb26c5df
Anton Shestakov <engored@ya.ru>, Thu, 28 May 2015 21:04:38 +0800
bench: logging format with date and auto width for counters

next change 34:428b6494315c
previous change 6:fc1f2fd5d553

deploy.sh

Permissions: -rwxr-xr-x

Other formats: Feeds:
#!/bin/sh
set -x
mkdir -p ./data
HGURL='http://selenic.com/hg'
TESTURL='http://selenic.com/hg'
HGPLAIN=1
export HGPLAIN
hg clone "$HGURL" ./data/testhg
hg archive -R ./data/testhg -r tip ./data/newesthg
make --directory ./data/newesthg local
hg clone "$TESTURL" -r 3.3.3 ./data/testrepo