changeset 7005 | 7739b61897df |
parent 6028 | 6605a03cbf87 |
child 7211 | 25c0dee16ee0 |
--- a/tests/test-static-http Mon Sep 08 00:50:34 2008 +0200 +++ b/tests/test-static-http Mon Sep 08 11:32:53 2008 +0200 @@ -49,6 +49,12 @@ echo 'changegroup = python ../printenv.py changegroup' >> .hg/hgrc http_proxy= hg pull | sed -e 's,:[0-9][0-9]*/,/,' +echo '% trying to push' +hg update +echo more foo >> bar +hg commit -m"test" -d "100000000 0" +http_proxy= hg push | sed -e 's,:[0-9][0-9]*/,/,' + echo '% test with "/" URI (issue 747)' cd .. hg init