tests/test-incoming-outgoing
changeset 6191 01594b0c86e2
parent 5384 e3a0c092b4e2
child 7762 fece056bf240
--- a/tests/test-incoming-outgoing	Fri Feb 29 01:51:23 2008 +0100
+++ b/tests/test-incoming-outgoing	Fri Feb 29 02:15:31 2008 +0100
@@ -19,6 +19,8 @@
 # local incoming
 hg -R new incoming test
 hg -R new incoming -r 4 test
+echo "% limit to 2 changesets"
+hg -R new incoming -l 2 test
 
 # test with --bundle
 http_proxy= hg -R new incoming --bundle test.hg http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
@@ -44,5 +46,7 @@
 hg verify
 cd ..
 hg -R test-dev outgoing test
+echo "% limit to 3 changesets"
+hg -R test-dev outgoing -l 3 test
 http_proxy= hg -R test-dev outgoing http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'
 http_proxy= hg -R test-dev outgoing -r 11 http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'