equal
deleted
inserted
replaced
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]*/,/,' |