diff -r 1e70db1825d2 -r fece056bf240 hgext/bugzilla.py --- 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}')