hgext/bugzilla.py
changeset 14619 29f55c0e39e7
parent 14234 600e64004eb5
child 15870 f4c859293ed4
equal deleted inserted replaced
14618:110d75f0abb3 14619:29f55c0e39e7
   195     [web]
   195     [web]
   196     baseurl=http://my-project.org/hg
   196     baseurl=http://my-project.org/hg
   197 
   197 
   198 XMLRPC+email example configuration. This uses the Bugzilla at
   198 XMLRPC+email example configuration. This uses the Bugzilla at
   199 ``http://my-project.org/bugzilla``, logging in as user
   199 ``http://my-project.org/bugzilla``, logging in as user
   200 ``bugmail@my-project.org`` wityh password ``plugh``. It is used with a
   200 ``bugmail@my-project.org`` with password ``plugh``. It is used with a
   201 collection of Mercurial repositories in ``/var/local/hg/repos/``,
   201 collection of Mercurial repositories in ``/var/local/hg/repos/``,
   202 with a web interface at ``http://my-project.org/hg``. Bug comments
   202 with a web interface at ``http://my-project.org/hg``. Bug comments
   203 are sent to the Bugzilla email address
   203 are sent to the Bugzilla email address
   204 ``bugzilla@my-project.org``. ::
   204 ``bugzilla@my-project.org``. ::
   205 
   205