hgext/notify.py
changeset 3876 1e0b94cfba0e
parent 3739 16f8e7d1dd54
child 3877 abaee83ce0a6
--- a/hgext/notify.py	Tue Dec 12 17:52:33 2006 -0600
+++ b/hgext/notify.py	Tue Dec 12 18:16:23 2006 -0600
@@ -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, None, mapfile, False)
+                                             False, mapfile, False)
         if not mapfile and not template:
             template = deftemplates.get(hooktype) or single_template
         if template: