Mercurial > public > mercurial-scm > hg-stable
diff hgext/bugzilla.py @ 7762:fece056bf240
add --git option to commands supporting --patch (log, incoming, history, tip)
No short -g form, since it would conflict with -g from the graphlog extension.
author | Jim Correia <jim.correia@pobox.com> |
---|---|
date | Sat, 14 Feb 2009 22:40:39 +0100 |
parents | 6c89dd0a7797 |
children | 0edca606c0f1 |
line wrap: on
line diff
--- 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}')