Mercurial > hg
comparison tests/test-incoming-outgoing @ 7762:fece056bf240
add --git option to commands supporting --patch (log, incoming, history, tip)
No short -g form, since it would conflict with -g from the graphlog extension.
author | Jim Correia <jim.correia@pobox.com> |
---|---|
date | Sat, 14 Feb 2009 22:40:39 +0100 |
parents | 01594b0c86e2 |
children | d4a62b6d4a58 |
comparison
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 |