--- a/hgext/bugzilla.py Fri Apr 01 12:03:23 2011 +0200
+++ b/hgext/bugzilla.py Fri Apr 01 12:05:19 2011 +0200
@@ -95,11 +95,15 @@
bugzilla.usermap
Path of file containing Mercurial committer email to Bugzilla user email
mappings. If specified, the file should contain one mapping per
- line, "committer"="Bugzilla user". See also the [usermap] section.
+ line::
+
+ committer = Bugzilla user
+
+ 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``.
-Contains entries of the form "committer"="Bugzilla user".
+Contains entries of the form ``committer = Bugzilla user``.
XMLRPC access mode configuration: