diff -r 64f4a6808704 -r 386c1e45e671 hgext/notify.py --- 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.'''