diff hgext/hgcia.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 b80b944836ec
children 06ace50443f6
line wrap: on
line diff
--- a/hgext/hgcia.py	Sat Feb 14 01:07:44 2009 +0100
+++ b/hgext/hgcia.py	Sat Feb 14 22:40:39 2009 +0100
@@ -188,7 +188,8 @@
         if not template:
             template = self.diffstat and self.dstemplate or self.deftemplate
         template = templater.parsestring(template, quoted=False)
-        t = cmdutil.changeset_templater(self.ui, self.repo, False, style, False)
+        t = cmdutil.changeset_templater(self.ui, self.repo, False, None,
+                                        style, False)
         t.use_template(template)
         self.templater = t