# HG changeset patch # User Martin Geisler # Date 1301991778 -7200 # Node ID 773a833ddbc647bf1852652c26dbf09e8e0b9e92 # Parent fc83d2ca9cfb853b497370d98d37d71044362c93 bugzilla: convert a verbatim block to a field list diff -r fc83d2ca9cfb -r 773a833ddbc6 hgext/bugzilla.py --- 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}``