Mercurial > hg
changeset 13896:3b4025dcb223
bugzilla: more documentation formatting fixups
Correct typo in numbering list of access methods.
Convert a section reference and a template parameter reference into
literal text, for consistency with other use.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 06 Apr 2011 11:30:08 +0100 |
parents | 1aea86673dee |
children | 375872fdadba |
files | hgext/bugzilla.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/bugzilla.py Mon Apr 04 23:43:22 2011 +0300 +++ b/hgext/bugzilla.py Wed Apr 06 11:30:08 2011 +0100 @@ -21,7 +21,7 @@ 2. Check data via the Bugzilla XMLRPC interface and submit bug change via email to Bugzilla email interface. Requires Bugzilla 3.4 or later. -2. Writing directly to the Bugzilla database. Only Bugzilla installations +3. Writing directly to the Bugzilla database. Only Bugzilla installations using MySQL are supported. Requires Python MySQLdb. Writing directly to the database is susceptible to schema changes, and @@ -93,7 +93,7 @@ web.baseurl Base URL for browsing Mercurial repositories. Referenced from - templates as {hgweb}. + templates as ``{hgweb}``. Configuration items common to XMLRPC+email and MySQL access modes: @@ -104,7 +104,7 @@ committer = Bugzilla user - See also the [usermap] section. + See also the ``[usermap]`` section. The ``[usermap]`` section is used to specify mappings of Mercurial committer email to Bugzilla user email. See also ``bugzilla.usermap``.