tests/test-incoming-outgoing
changeset 6191 01594b0c86e2
parent 5384 e3a0c092b4e2
child 7762 fece056bf240
equal deleted inserted replaced
6190:a79d9408806f 6191:01594b0c86e2
    17 http_proxy= hg -R new incoming http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
    17 http_proxy= hg -R new incoming http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
    18 http_proxy= hg -R new incoming -r 4 http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
    18 http_proxy= hg -R new incoming -r 4 http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
    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"
       
    23 hg -R new incoming -l 2 test
    22 
    24 
    23 # test with --bundle
    25 # test with --bundle
    24 http_proxy= hg -R new incoming --bundle test.hg http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
    26 http_proxy= hg -R new incoming --bundle test.hg http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
    25 hg -R new incoming --bundle test2.hg test
    27 hg -R new incoming --bundle test2.hg test
    26 
    28 
    42 	hg commit -A -m $i -d "1000000 0"
    44 	hg commit -A -m $i -d "1000000 0"
    43 done
    45 done
    44 hg verify
    46 hg verify
    45 cd ..
    47 cd ..
    46 hg -R test-dev outgoing test
    48 hg -R test-dev outgoing test
       
    49 echo "% limit to 3 changesets"
       
    50 hg -R test-dev outgoing -l 3 test
    47 http_proxy= hg -R test-dev outgoing http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
    51 http_proxy= hg -R test-dev outgoing http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
    48 http_proxy= hg -R test-dev outgoing -r 11 http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
    52 http_proxy= hg -R test-dev outgoing -r 11 http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'