bugzilla: fix reStructuredText errors introduced in 4e52d7534ab2

This commit is contained in:
Martin Geisler 2011-04-01 11:59:18 +02:00
parent 1fb0b59ceb
commit 584b9eaf34

View File

@ -51,6 +51,7 @@ used instead as the source of the comment.
Configuration items common to all access modes: Configuration items common to all access modes:
[bugzilla] [bugzilla]
version version
This access type to use. Values recognised are: This access type to use. Values recognised are:
xmlrpc Bugzilla XMLRPC interface. xmlrpc Bugzilla XMLRPC interface.
@ -88,6 +89,7 @@ strip
strip of 2 gives a value for '{webroot}' of 'my-project'. Default 0. strip of 2 gives a value for '{webroot}' of 'my-project'. Default 0.
[web] [web]
baseurl baseurl
Base URL for browsing Mercurial repositories. Referenced from Base URL for browsing Mercurial repositories. Referenced from
templates as {hgweb}. templates as {hgweb}.
@ -107,6 +109,7 @@ Contains entries of the form "committer"="Bugzilla user".
XMLRPC access mode configuration: XMLRPC access mode configuration:
[bugzilla] [bugzilla]
bzurl bzurl
The base URL for the Bugzilla installation. The base URL for the Bugzilla installation.
Default 'http://localhost/bugzilla'. Default 'http://localhost/bugzilla'.
@ -121,6 +124,7 @@ XMLRPC+email access mode uses the XMLRPC access mode configuration items,
and also: and also:
[bugzilla] [bugzilla]
bzemail bzemail
The Bugzilla email address. The Bugzilla email address.
@ -130,6 +134,7 @@ documentation for 'hgrc', sections '[email]' and '[smtp]'.
MySQL access mode configuration: MySQL access mode configuration:
[bugzilla] [bugzilla]
host host
Hostname of the MySQL server holding the Bugzilla database. Hostname of the MySQL server holding the Bugzilla database.
Default 'localhost'. Default 'localhost'.