34:428b6494315c
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Jun 2015 13:54:49 +0800
deploy.sh: https on selenic.com

next change 85:a0a14d45c340
previous change 6:fc1f2fd5d553

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