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

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
deploy.sh file | annotate | diff | comparison | revisions
--- a/deploy.sh Sat May 02 18:03:17 2015 +0800
+++ b/deploy.sh Sun May 03 14:22:30 2015 +0800
@@ -10,7 +10,7 @@
export HGPLAIN
hg clone "$HGURL" ./data/testhg
-hg archive -R ./data/testhg ./data/newesthg
+hg archive -R ./data/testhg -r tip ./data/newesthg
make --directory ./data/newesthg local
hg clone "$TESTURL" -r 3.3.3 ./data/testrepo