Mercurial > public > mercurial-scm > hg
comparison hgext/bugzilla.py @ 13871:22d200e49b10
bugzilla: more documentation fixes
Correct formatting of the possible values of bugzilla.version.
Fix typo and polish XMLRPC/email mode description.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Mon, 04 Apr 2011 17:37:18 +0100 |
parents | ce066d424bba |
children | fc83d2ca9cfb |
comparison
equal
deleted
inserted
replaced
13870:ce066d424bba | 13871:22d200e49b10 |
---|---|
38 in the configuration. Comments are added under that username. Since the | 38 in the configuration. Comments are added under that username. Since the |
39 configuration must be readable by all Mercurial users, it is recommended | 39 configuration must be readable by all Mercurial users, it is recommended |
40 that the rights of that user are restricted in Bugzilla to the minimum | 40 that the rights of that user are restricted in Bugzilla to the minimum |
41 necessary to add comments. | 41 necessary to add comments. |
42 | 42 |
43 Access via XMLRPC/email behaves uses XMLRPC to query Bugzilla, but sends | 43 Access via XMLRPC/email uses XMLRPC to query Bugzilla, but sends |
44 email to the Bugzilla email interface to submit comments to bugs. | 44 email to the Bugzilla email interface to submit comments to bugs. |
45 The From: address in the email is set to the email address of the Mercurial | 45 The From: address in the email is set to the email address of the Mercurial |
46 user, so the comment appears to come from the Mercurial user. In the event | 46 user, so the comment appears to come from the Mercurial user. In the event |
47 that the Mercurial user email is not recognised by Bugzilla as a Bugzilla | 47 that the Mercurial user email is not recognised by Bugzilla as a Bugzilla |
48 user, the Bugzilla username and password used to log into Bugzilla are | 48 user, the email associated with the Bugzilla username used to log into |
49 used instead as the source of the comment. | 49 Bugzilla is used instead as the source of the comment. |
50 | 50 |
51 Configuration items common to all access modes: | 51 Configuration items common to all access modes: |
52 | 52 |
53 bugzilla.version | 53 bugzilla.version |
54 This access type to use. Values recognised are: | 54 This access type to use. Values recognised are:: |
55 | |
55 xmlrpc Bugzilla XMLRPC interface. | 56 xmlrpc Bugzilla XMLRPC interface. |
56 xmlrpc+email Bugzilla XMLRPC and email interfaces. | 57 xmlrpc+email Bugzilla XMLRPC and email interfaces. |
57 3.0 MySQL access, Bugzilla 3.0 and later. | 58 3.0 MySQL access, Bugzilla 3.0 and later. |
58 2.18 MySQL access, Bugzilla 2.18 and up to but not including 3.0. | 59 2.18 MySQL access, Bugzilla 2.18 and up to but not including 3.0. |
59 2.16 MySQL access, Bugzilla 2.16 and up to but not including 2.18. | 60 2.16 MySQL access, Bugzilla 2.16 and up to but not including 2.18. |