bugzilla: more documentation fixes
authorJim Hague <jim.hague@acm.org>
Mon, 04 Apr 2011 17:37:18 +0100
changeset 13871 22d200e49b10
parent 13870 ce066d424bba
child 13872 e6bd5b403de0
bugzilla: more documentation fixes Correct formatting of the possible values of bugzilla.version. Fix typo and polish XMLRPC/email mode description.
hgext/bugzilla.py
--- a/hgext/bugzilla.py	Mon Apr 04 13:31:37 2011 +0100
+++ b/hgext/bugzilla.py	Mon Apr 04 17:37:18 2011 +0100
@@ -40,18 +40,19 @@
 that the rights of that user are restricted in Bugzilla to the minimum
 necessary to add comments.
 
-Access via XMLRPC/email behaves uses XMLRPC to query Bugzilla, but sends
+Access via XMLRPC/email uses XMLRPC to query Bugzilla, but sends
 email to the Bugzilla email interface to submit comments to bugs.
 The From: address in the email is set to the email address of the Mercurial
 user, so the comment appears to come from the Mercurial user. In the event
 that the Mercurial user email is not recognised by Bugzilla as a Bugzilla
-user, the Bugzilla username and password used to log into Bugzilla are
-used instead as the source of the comment.
+user, the email associated with the Bugzilla username used to log into
+Bugzilla is used instead as the source of the comment.
 
 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.