diff hgext/notify.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 2486980fe211
children 4a4c7f6a5912
line wrap: on
line diff
--- a/hgext/notify.py	Sat Feb 14 01:07:44 2009 +0100
+++ b/hgext/notify.py	Sat Feb 14 22:40:39 2009 +0100
@@ -113,7 +113,7 @@
         template = (self.ui.config('notify', hooktype) or
                     self.ui.config('notify', 'template'))
         self.t = cmdutil.changeset_templater(self.ui, self.repo,
-                                             False, mapfile, False)
+                                             False, None, mapfile, False)
         if not mapfile and not template:
             template = deftemplates.get(hooktype) or single_template
         if template: