hgext/notify.py
changeset 3885 1e0b94cfba0e
parent 3739 16f8e7d1dd54
child 3886 abaee83ce0a6
--- a/hgext/notify.py
+++ b/hgext/notify.py
@@ -113,7 +113,7 @@ class notifier(object):
         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: