# HG changeset patch # User Martin Geisler # Date 1301652319 -7200 # Node ID 135bed43e20cdd7793875c046b3fd80936bf719a # Parent 0aa2cfd0b21a0929b33c6f6dbfc6b04ffedec706 bugzilla: show usermap syntax more clearly diff -r 0aa2cfd0b21a -r 135bed43e20c 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: