# HG changeset patch # User Martin Geisler # Date 1301991659 -7200 # Node ID fc83d2ca9cfb853b497370d98d37d71044362c93 # Parent 086c9f203a53ee4b20a83d06c6e966ecc8a30cbf bugzilla: fix reST error introduced in 22d200e49b10 All blocks must be indented. Here we can use a field list instead of a verbatim block for a real list layout. diff -r 086c9f203a53 -r fc83d2ca9cfb hgext/bugzilla.py --- a/hgext/bugzilla.py Mon Apr 04 23:14:03 2011 -0500 +++ b/hgext/bugzilla.py Tue Apr 05 10:20:59 2011 +0200 @@ -51,13 +51,15 @@ Configuration items common to all access modes: bugzilla.version - This access type to use. Values recognised are:: + This access type to use. Values recognised are: - xmlrpc Bugzilla XMLRPC interface. - xmlrpc+email Bugzilla XMLRPC and email interfaces. - 3.0 MySQL access, Bugzilla 3.0 and later. - 2.18 MySQL access, Bugzilla 2.18 and up to but not including 3.0. - 2.16 MySQL access, Bugzilla 2.16 and up to but not including 2.18. + :``xmlrpc``: Bugzilla XMLRPC interface. + :``xmlrpc+email``: Bugzilla XMLRPC and email interfaces. + :``3.0``: MySQL access, Bugzilla 3.0 and later. + :``2.18``: MySQL access, Bugzilla 2.18 and up to but not + including 3.0. + :``2.16``: MySQL access, Bugzilla 2.16 and up to but not + including 2.18. bugzilla.regexp Regular expression to match bug IDs in changeset commit message.