# HG changeset patch # User Jim Hague # Date 1301935038 -3600 # Node ID 22d200e49b105a85788e05e9bc2817a852c502e5 # Parent ce066d424bba30995877b4434d4943b286f163cb bugzilla: more documentation fixes Correct formatting of the possible values of bugzilla.version. Fix typo and polish XMLRPC/email mode description. diff -r ce066d424bba -r 22d200e49b10 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.