##// END OF EJS Templates
bugzilla: fix reStructuredText errors introduced in 60256f7f30c1
Martin Geisler -
r13832:9358fdea default
parent child Browse files
Show More
@@ -51,6 +51,7 b' used instead as the source of the commen'
51 Configuration items common to all access modes:
51 Configuration items common to all access modes:
52
52
53 [bugzilla]
53 [bugzilla]
54
54 version
55 version
55 This access type to use. Values recognised are:
56 This access type to use. Values recognised are:
56 xmlrpc Bugzilla XMLRPC interface.
57 xmlrpc Bugzilla XMLRPC interface.
@@ -88,6 +89,7 b' strip'
88 strip of 2 gives a value for '{webroot}' of 'my-project'. Default 0.
89 strip of 2 gives a value for '{webroot}' of 'my-project'. Default 0.
89
90
90 [web]
91 [web]
92
91 baseurl
93 baseurl
92 Base URL for browsing Mercurial repositories. Referenced from
94 Base URL for browsing Mercurial repositories. Referenced from
93 templates as {hgweb}.
95 templates as {hgweb}.
@@ -107,6 +109,7 b' Contains entries of the form "committer"'
107 XMLRPC access mode configuration:
109 XMLRPC access mode configuration:
108
110
109 [bugzilla]
111 [bugzilla]
112
110 bzurl
113 bzurl
111 The base URL for the Bugzilla installation.
114 The base URL for the Bugzilla installation.
112 Default 'http://localhost/bugzilla'.
115 Default 'http://localhost/bugzilla'.
@@ -121,6 +124,7 b' XMLRPC+email access mode uses the XMLRPC'
121 and also:
124 and also:
122
125
123 [bugzilla]
126 [bugzilla]
127
124 bzemail
128 bzemail
125 The Bugzilla email address.
129 The Bugzilla email address.
126
130
@@ -130,6 +134,7 b" documentation for 'hgrc', sections '[ema"
130 MySQL access mode configuration:
134 MySQL access mode configuration:
131
135
132 [bugzilla]
136 [bugzilla]
137
133 host
138 host
134 Hostname of the MySQL server holding the Bugzilla database.
139 Hostname of the MySQL server holding the Bugzilla database.
135 Default 'localhost'.
140 Default 'localhost'.
General Comments 0
You need to be logged in to leave comments. Login now