##// END OF EJS Templates
bugzilla: fix reST error introduced in 22d200e49b10...
Martin Geisler -
r13883:fc83d2ca default
parent child Browse files
Show More
@@ -51,13 +51,15 b' Bugzilla is used instead as the source o'
51 51 Configuration items common to all access modes:
52 52
53 53 bugzilla.version
54 This access type to use. Values recognised are::
54 This access type to use. Values recognised are:
55 55
56 xmlrpc Bugzilla XMLRPC interface.
57 xmlrpc+email Bugzilla XMLRPC and email interfaces.
58 3.0 MySQL access, Bugzilla 3.0 and later.
59 2.18 MySQL access, Bugzilla 2.18 and up to but not including 3.0.
60 2.16 MySQL access, Bugzilla 2.16 and up to but not including 2.18.
56 :``xmlrpc``: Bugzilla XMLRPC interface.
57 :``xmlrpc+email``: Bugzilla XMLRPC and email interfaces.
58 :``3.0``: MySQL access, Bugzilla 3.0 and later.
59 :``2.18``: MySQL access, Bugzilla 2.18 and up to but not
60 including 3.0.
61 :``2.16``: MySQL access, Bugzilla 2.16 and up to but not
62 including 2.18.
61 63
62 64 bugzilla.regexp
63 65 Regular expression to match bug IDs in changeset commit message.
General Comments 0
You need to be logged in to leave comments. Login now