diff tests/test-log @ 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 efc579fdaf69
children 777a9efdae2d
line wrap: on
line diff
--- a/tests/test-log	Sat Feb 14 01:07:44 2009 +0100
+++ b/tests/test-log	Sat Feb 14 22:40:39 2009 +0100
@@ -95,6 +95,9 @@
 echo % log -P 2
 hg log -P 2
 
+echo '% log -r tip -p --git'
+hg log -r tip -p --git
+
 echo '% log -r ""'
 hg log -r ''