bugzilla: show usermap syntax more clearly
authorMartin Geisler <mg@aragost.com>
Fri, 01 Apr 2011 12:05:19 +0200
changeset 13835 135bed43e20c
parent 13834 0aa2cfd0b21a
child 13836 ed15922af2f9
bugzilla: show usermap syntax more clearly
hgext/bugzilla.py
--- 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: