tests/test-incoming-outgoing
changeset 2521 9cceb439048b
parent 2260 99d6cae511f7
child 2571 83cfd95eafb5
equal deleted inserted replaced
2520:e30f425a4b2c 2521:9cceb439048b
    12 cd ..
    12 cd ..
    13 
    13 
    14 hg init new
    14 hg init new
    15 # http incoming
    15 # http incoming
    16 http_proxy= hg -R new incoming http://localhost:20059/
    16 http_proxy= hg -R new incoming http://localhost:20059/
       
    17 http_proxy= hg -R new incoming -r 4 http://localhost:20059/
    17 # local incoming
    18 # local incoming
    18 hg -R new incoming test
    19 hg -R new incoming test
       
    20 hg -R new incoming -r 4 test
    19 
    21 
    20 # test with --bundle
    22 # test with --bundle
    21 http_proxy= hg -R new incoming --bundle test.hg http://localhost:20059/
    23 http_proxy= hg -R new incoming --bundle test.hg http://localhost:20059/
    22 hg -R new incoming --bundle test2.hg test
    24 hg -R new incoming --bundle test2.hg test
    23 
    25 
    40 done
    42 done
    41 hg verify
    43 hg verify
    42 cd ..
    44 cd ..
    43 hg -R test-dev outgoing test
    45 hg -R test-dev outgoing test
    44 http_proxy= hg -R test-dev outgoing http://localhost:20059/
    46 http_proxy= hg -R test-dev outgoing http://localhost:20059/
       
    47 http_proxy= hg -R test-dev outgoing -r 11 http://localhost:20059/
    45 
    48 
    46 kill `cat test/hg.pid`
    49 kill `cat test/hg.pid`