Show More
@@ -21,7 +21,7 b' 1. Access via the Bugzilla XMLRPC interf' | |||
|
21 | 21 | 2. Check data via the Bugzilla XMLRPC interface and submit bug change |
|
22 | 22 | via email to Bugzilla email interface. Requires Bugzilla 3.4 or later. |
|
23 | 23 | |
|
24 |
|
|
|
24 | 3. Writing directly to the Bugzilla database. Only Bugzilla installations | |
|
25 | 25 | using MySQL are supported. Requires Python MySQLdb. |
|
26 | 26 | |
|
27 | 27 | Writing directly to the database is susceptible to schema changes, and |
@@ -93,7 +93,7 b' bugzilla.strip' | |||
|
93 | 93 | |
|
94 | 94 | web.baseurl |
|
95 | 95 | Base URL for browsing Mercurial repositories. Referenced from |
|
96 | templates as {hgweb}. | |
|
96 | templates as ``{hgweb}``. | |
|
97 | 97 | |
|
98 | 98 | Configuration items common to XMLRPC+email and MySQL access modes: |
|
99 | 99 | |
@@ -104,7 +104,7 b' bugzilla.usermap' | |||
|
104 | 104 | |
|
105 | 105 | committer = Bugzilla user |
|
106 | 106 | |
|
107 | See also the [usermap] section. | |
|
107 | See also the ``[usermap]`` section. | |
|
108 | 108 | |
|
109 | 109 | The ``[usermap]`` section is used to specify mappings of Mercurial |
|
110 | 110 | committer email to Bugzilla user email. See also ``bugzilla.usermap``. |
General Comments 0
You need to be logged in to leave comments.
Login now