diff hgext/churn.py @ 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 551afd4a4691
children 7bcce39e8f07 4a4c7f6a5912
line wrap: on
line diff
--- a/hgext/churn.py	Sat Feb 14 01:07:44 2009 +0100
+++ b/hgext/churn.py	Sat Feb 14 22:40:39 2009 +0100
@@ -15,7 +15,7 @@
 def maketemplater(ui, repo, tmpl):
     tmpl = templater.parsestring(tmpl, quoted=False)
     try:
-        t = cmdutil.changeset_templater(ui, repo, False, None, False)
+        t = cmdutil.changeset_templater(ui, repo, False, None, None, False)
     except SyntaxError, inst:
         raise util.Abort(inst.args[0])
     t.use_template(tmpl)