hgext/notify.py
changeset 7762 fece056bf240
parent 7726 2486980fe211
child 7873 4a4c7f6a5912
--- 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: