tests/test-static-http
changeset 2673 109a22f5434a
parent 2571 d22d730c96ed
child 3418 7012c889e8f2
equal deleted inserted replaced
2671:82864a2eb709 2673:109a22f5434a
    35 http_proxy= hg clone static-http://localhost:20059/remote local
    35 http_proxy= hg clone static-http://localhost:20059/remote local
    36 
    36 
    37 cd local
    37 cd local
    38 hg verify
    38 hg verify
    39 cat bar
    39 cat bar
       
    40 
       
    41 cd ../remote
       
    42 echo baz > quux
       
    43 hg commit -A -mtest2 -d '100000000 0'
       
    44 
       
    45 cd ../local
       
    46 echo '[hooks]' >> .hg/hgrc
       
    47 echo 'changegroup = echo changegroup: u=$HG_URL' >> .hg/hgrc
    40 http_proxy= hg pull
    48 http_proxy= hg pull
    41 
    49 
    42 kill $!
    50 kill $!