bugzilla: fix reST error introduced in a2e32837d8f5

All blocks must be indented. Here we can use a field list instead of a
verbatim block for a real list layout.
This commit is contained in:
Martin Geisler 2011-04-05 10:20:59 +02:00
parent 5f931d4fe0
commit 3d9f5b0e1f

View File

@ -51,13 +51,15 @@ Bugzilla is used instead as the source of the comment.
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.