71:e5b02a8172dc
Anton Shestakov <av6@dwimlabs.net>, Thu, 28 Jul 2016 00:41:39 +0800
viewer: try and guess if rev is a revrange and use manually specified ranges

next change 85:a0a14d45c340
previous change 34:428b6494315c

deploy.sh

Permissions: -rwxr-xr-x

Other formats: Feeds:
#!/bin/sh
set -x
mkdir -p ./data
HGURL='https://selenic.com/hg'
TESTURL='https://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