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.
--- 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.