hgext/bugzilla.py
changeset 3885 1e0b94cfba0e
parent 3741 0897bf8d54c7
child 3886 abaee83ce0a6
--- a/hgext/bugzilla.py
+++ b/hgext/bugzilla.py
@@ -268,7 +268,7 @@ class bugzilla(object):
         mapfile = self.ui.config('bugzilla', 'style')
         tmpl = self.ui.config('bugzilla', 'template')
         t = cmdutil.changeset_templater(self.ui, self.repo,
-                                        False, None, mapfile, False)
+                                        False, mapfile, False)
         if not mapfile and not tmpl:
             tmpl = _('changeset {node|short} in repo {root} refers '
                      'to bug {bug}.\ndetails:\n\t{desc|tabindent}')