changeset 13832:9358fdeaa532

bugzilla: fix reStructuredText errors introduced in 60256f7f30c1
author Martin Geisler <mg@aragost.com>
date Fri, 01 Apr 2011 11:59:18 +0200
parents d69c9510d648
children 64ad07dff0a8
files hgext/bugzilla.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/bugzilla.py	Thu Mar 31 15:24:06 2011 -0500
+++ b/hgext/bugzilla.py	Fri Apr 01 11:59:18 2011 +0200
@@ -51,6 +51,7 @@
 Configuration items common to all access modes:
 
 [bugzilla]
+
 version
   This access type to use. Values recognised are:
   xmlrpc       Bugzilla XMLRPC interface.
@@ -88,6 +89,7 @@
   strip of 2 gives a value for '{webroot}' of 'my-project'. Default 0.
 
 [web]
+
 baseurl
   Base URL for browsing Mercurial repositories. Referenced from
   templates as {hgweb}.
@@ -107,6 +109,7 @@
 XMLRPC access mode configuration:
 
 [bugzilla]
+
 bzurl
   The base URL for the Bugzilla installation.
   Default 'http://localhost/bugzilla'.
@@ -121,6 +124,7 @@
 and also:
 
 [bugzilla]
+
 bzemail
   The Bugzilla email address.
 
@@ -130,6 +134,7 @@
 MySQL access mode configuration:
 
 [bugzilla]
+
 host
   Hostname of the MySQL server holding the Bugzilla database.
   Default 'localhost'.