6:fc1f2fd5d553
Anton Shestakov <engored@ya.ru>, Sun, 03 May 2015 14:22:30 +0800
deploy.sh: explicitly use tip for newesthg

next change 34:428b6494315c
previous change 3:fcad8f89072b

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