hgext/notify.py
changeset 35954 386c1e45e671
parent 35888 c8e2d6ed1f9e
child 36607 c6061cadb400
--- a/hgext/notify.py	Sun Jan 21 13:47:06 2018 +0900
+++ b/hgext/notify.py	Sun Jan 21 14:28:03 2018 +0900
@@ -258,8 +258,7 @@
         if not mapfile and not template:
             template = deftemplates.get(hooktype) or single_template
         spec = logcmdutil.templatespec(template, mapfile)
-        self.t = logcmdutil.changesettemplater(self.ui, self.repo, spec,
-                                               False, None, False)
+        self.t = logcmdutil.changesettemplater(self.ui, self.repo, spec)
 
     def strip(self, path):
         '''strip leading slashes from local path, turn into web-safe path.'''