# HG changeset patch # User Martin Geisler # Date 2011-04-01 10:30:40 # Node ID 4cffce61bd922e0eb9128342e32a4b5860ce10cf # Parent 367805c848e5634234ddf953d8737c877c41a43a bugzilla: fix bad reST markup The indented second line turned the first line into a description header. diff --git a/hgext/bugzilla.py b/hgext/bugzilla.py --- a/hgext/bugzilla.py +++ b/hgext/bugzilla.py @@ -78,8 +78,8 @@ bugzilla.template {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}' + Default ``changeset {node|short} in repo {root} refers to bug + {bug}.\\ndetails:\\n\\t{desc|tabindent}`` bugzilla.strip The number of path separator characters to strip from the front of