hgext/bugzilla.py
changeset 7762 fece056bf240
parent 7618 6c89dd0a7797
child 7985 0edca606c0f1
--- a/hgext/bugzilla.py	Sat Feb 14 01:07:44 2009 +0100
+++ b/hgext/bugzilla.py	Sat Feb 14 22:40:39 2009 +0100
@@ -367,7 +367,7 @@
         mapfile = self.ui.config('bugzilla', 'style')
         tmpl = self.ui.config('bugzilla', 'template')
         t = cmdutil.changeset_templater(self.ui, self.repo,
-                                        False, mapfile, False)
+                                        False, None, mapfile, False)
         if not mapfile and not tmpl:
             tmpl = _('changeset {node|short} in repo {root} refers '
                      'to bug {bug}.\ndetails:\n\t{desc|tabindent}')