Mercurial > hg-stable
changeset 13883:fc83d2ca9cfb
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.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 05 Apr 2011 10:20:59 +0200 |
parents | 086c9f203a53 |
children | 773a833ddbc6 |
files | hgext/bugzilla.py |
diffstat | 1 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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.