hgext/bugzilla.py
changeset 13835 135bed43e20c
parent 13834 0aa2cfd0b21a
child 13836 ed15922af2f9
equal deleted inserted replaced
13834:0aa2cfd0b21a 13835:135bed43e20c
    93 Configuration items common to XMLRPC+email and MySQL access modes:
    93 Configuration items common to XMLRPC+email and MySQL access modes:
    94 
    94 
    95 bugzilla.usermap
    95 bugzilla.usermap
    96   Path of file containing Mercurial committer email to Bugzilla user email
    96   Path of file containing Mercurial committer email to Bugzilla user email
    97   mappings. If specified, the file should contain one mapping per
    97   mappings. If specified, the file should contain one mapping per
    98   line, "committer"="Bugzilla user". See also the [usermap] section.
    98   line::
       
    99 
       
   100     committer = Bugzilla user
       
   101 
       
   102   See also the [usermap] section.
    99 
   103 
   100 The [usermap] section is used to specify mappings of Mercurial
   104 The [usermap] section is used to specify mappings of Mercurial
   101 committer email to Bugzilla user email. See also ``bugzilla.usermap``.
   105 committer email to Bugzilla user email. See also ``bugzilla.usermap``.
   102 Contains entries of the form "committer"="Bugzilla user".
   106 Contains entries of the form ``committer = Bugzilla user``.
   103 
   107 
   104 XMLRPC access mode configuration:
   108 XMLRPC access mode configuration:
   105 
   109 
   106 bugzilla.bzurl
   110 bugzilla.bzurl
   107   The base URL for the Bugzilla installation.
   111   The base URL for the Bugzilla installation.