89:ba255edcbb21
Anton Shestakov <av6@dwimlabs.net>, Fri, 09 Dec 2016 14:03:55 +0800
bench: skip putting commands into a variable for single use

previous change 86:06face47bd99

deploy.sh

Permissions: -rwxr-xr-x

Other formats: Feeds:
#!/bin/sh
set -x
mkdir -p ./data
HGURL='https://www.mercurial-scm.org/repo/hg'
TESTURL='https://www.mercurial-scm.org/repo/hg'
HGPLAIN=1
export HGPLAIN
hg clone "$HGURL" ./data/testhg
hg archive -R ./data/testhg -r stable ./data/newesthg
make --directory ./data/newesthg local
hg clone "$TESTURL" -r 3.3.3 ./data/testrepo