Mercurial > hg > mercurial-crew
diff hgext/bugzilla.py @ 3885:1e0b94cfba0e
Remove deprecated old-style branch support
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 12 Dec 2006 18:16:23 -0600 |
parents | 0897bf8d54c7 |
children | abaee83ce0a6 |
line wrap: on
line diff
--- a/hgext/bugzilla.py +++ b/hgext/bugzilla.py @@ -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}')