changeset 13835:135bed43e20c

bugzilla: show usermap syntax more clearly
author Martin Geisler <mg@aragost.com>
date Fri, 01 Apr 2011 12:05:19 +0200
parents 0aa2cfd0b21a
children ed15922af2f9
files hgext/bugzilla.py
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: