changeset 3876 | 1e0b94cfba0e |
parent 3741 | 0897bf8d54c7 |
child 3877 | abaee83ce0a6 |
--- 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}')