diff -r c0a12e6441a5 -r 1e0b94cfba0e hgext/bugzilla.py --- a/hgext/bugzilla.py Tue Dec 12 17:52:33 2006 -0600 +++ b/hgext/bugzilla.py Tue Dec 12 18:16:23 2006 -0600 @@ -268,7 +268,7 @@ 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}')