Mercurial > hg-stable
changeset 13884:773a833ddbc6
bugzilla: convert a verbatim block to a field list
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 05 Apr 2011 10:22:58 +0200 |
parents | fc83d2ca9cfb |
children | 5d115ea4030b |
files | hgext/bugzilla.py |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/bugzilla.py Tue Apr 05 10:20:59 2011 +0200 +++ b/hgext/bugzilla.py Tue Apr 05 10:22:58 2011 +0200 @@ -74,12 +74,12 @@ bugzilla.template Template to use when formatting comments. Overrides style if specified. In addition to the usual Mercurial keywords, the - extension specifies:: + extension specifies: - {bug} The Bugzilla bug ID. - {root} The full pathname of the Mercurial repository. - {webroot} Stripped pathname of the Mercurial repository. - {hgweb} Base URL for browsing Mercurial repositories. + :``{bug}``: The Bugzilla bug ID. + :``{root}``: The full pathname of the Mercurial repository. + :``{webroot}``: Stripped pathname of the Mercurial repository. + :``{hgweb}``: Base URL for browsing Mercurial repositories. Default ``changeset {node|short} in repo {root} refers to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}``