comparison tests/test-static-http @ 5314:598dae804a5f

Test static-http calls on '/' URI (issue 747)
author Patrick Mezard <pmezard@gmail.com>
date Sat, 22 Sep 2007 18:52:26 +0200
parents 347766c2ff86
children e3a0c092b4e2
comparison
equal deleted inserted replaced
5313:121f961b358c 5314:598dae804a5f
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 50 http_proxy= hg pull
51 51
52 echo '% test with "/" URI (issue 747)'
53 cd ..
54 hg init
55 echo a > a
56 hg add a
57 hg ci -ma
58
59 http_proxy= hg clone static-http://localhost:20059/ local2
60
61 cd local2
62 hg verify
63 cat a
64 hg paths
65
52 kill $! 66 kill $!