tests/test-incoming-outgoing
changeset 7762 fece056bf240
parent 6191 01594b0c86e2
child 10154 d4a62b6d4a58
--- a/tests/test-incoming-outgoing	Sat Feb 14 01:07:44 2009 +0100
+++ b/tests/test-incoming-outgoing	Sat Feb 14 22:40:39 2009 +0100
@@ -21,6 +21,8 @@
 hg -R new incoming -r 4 test
 echo "% limit to 2 changesets"
 hg -R new incoming -l 2 test
+echo "% limit to 2 changesets, test with -p --git"
+hg -R new incoming -l 2 -p --git test
 
 # test with --bundle
 http_proxy= hg -R new incoming --bundle test.hg http://localhost:$HGPORT/ | sed -e 's,:[0-9][0-9]*/,/,'