Mercurial > hg
comparison tests/test-static-http @ 7005:7739b61897df
do not pretend to lock static-http repositories (issue994)
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Mon, 08 Sep 2008 11:32:53 +0200 |
parents | 6605a03cbf87 |
children | 25c0dee16ee0 |
comparison
equal
deleted
inserted
replaced
7004:90227c42b5f6 | 7005:7739b61897df |
---|---|
47 cd ../local | 47 cd ../local |
48 echo '[hooks]' >> .hg/hgrc | 48 echo '[hooks]' >> .hg/hgrc |
49 echo 'changegroup = python ../printenv.py changegroup' >> .hg/hgrc | 49 echo 'changegroup = python ../printenv.py changegroup' >> .hg/hgrc |
50 http_proxy= hg pull | sed -e 's,:[0-9][0-9]*/,/,' | 50 http_proxy= hg pull | sed -e 's,:[0-9][0-9]*/,/,' |
51 | 51 |
52 echo '% trying to push' | |
53 hg update | |
54 echo more foo >> bar | |
55 hg commit -m"test" -d "100000000 0" | |
56 http_proxy= hg push | sed -e 's,:[0-9][0-9]*/,/,' | |
57 | |
52 echo '% test with "/" URI (issue 747)' | 58 echo '% test with "/" URI (issue 747)' |
53 cd .. | 59 cd .. |
54 hg init | 60 hg init |
55 echo a > a | 61 echo a > a |
56 hg add a | 62 hg add a |