tests/test-incoming-outgoing
changeset 7762 fece056bf240
parent 6191 01594b0c86e2
child 10154 d4a62b6d4a58
equal deleted inserted replaced
7761:1e70db1825d2 7762:fece056bf240
    19 # local incoming
    19 # local incoming
    20 hg -R new incoming test
    20 hg -R new incoming test
    21 hg -R new incoming -r 4 test
    21 hg -R new incoming -r 4 test
    22 echo "% limit to 2 changesets"
    22 echo "% limit to 2 changesets"
    23 hg -R new incoming -l 2 test
    23 hg -R new incoming -l 2 test
       
    24 echo "% limit to 2 changesets, test with -p --git"
       
    25 hg -R new incoming -l 2 -p --git test
    24 
    26 
    25 # test with --bundle
    27 # test with --bundle
    26 http_proxy= hg -R new incoming --bundle test.hg http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
    28 http_proxy= hg -R new incoming --bundle test.hg http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
    27 hg -R new incoming --bundle test2.hg test
    29 hg -R new incoming --bundle test2.hg test
    28 
    30