56:2bc880fe68a4
Anton Shestakov <av6@dwimlabs.net>, Wed, 18 May 2016 13:43:53 +0800
viewer: use https in links to selenic.com

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