[PATCH] bugzilla: correct config documentation error

Jim Hague jim.hague at acm.org
Thu Jul 3 04:56:30 CDT 2014


# HG changeset patch
# User Jim Hague <jim.hague at acm.org>
# Date 1404381363 -3600
#      Thu Jul 03 10:56:03 2014 +0100
# Node ID dc330b66a8c42bd5070fb142386c03f6b7b385b5
# Parent  38c3335b512cb2f4356902387525f024bdafc674
bugzilla: correct config documentation error

The config documentation specifies the wrong access method in the XMLRPC+email
configuration.

diff -r 38c3335b512c -r dc330b66a8c4 hgext/bugzilla.py
--- a/hgext/bugzilla.py	Thu Jul 03 10:56:01 2014 +0100
+++ b/hgext/bugzilla.py	Thu Jul 03 10:56:03 2014 +0100
@@ -232,7 +232,7 @@
     bzurl=http://my-project.org/bugzilla
     user=bugmail at my-project.org
     password=plugh
-    version=xmlrpc
+    version=xmlrpc+email
     bzemail=bugzilla at my-project.org
     template=Changeset {node|short} in {root|basename}.
              {hgweb}/{webroot}/rev/{node|short}\\n


More information about the Mercurial-devel mailing list