# HG changeset patch
# User Octobus <cont...@octobus.net>
# Date 1499414611 -7200
#      Fri Jul 07 10:03:31 2017 +0200
# Node ID 2a7fec2040efcbb15afa77caf58e2023755be38a
# Parent  3246453035686bafc15f262bf35f7cb18f755f59
# EXP-Topic config.register.bugzilla
configitems: register the 'bugzilla.bzuser' config

diff -r 324645303568 -r 2a7fec2040ef hgext/bugzilla.py
--- a/hgext/bugzilla.py Fri Jul 07 10:03:28 2017 +0200
+++ b/hgext/bugzilla.py Fri Jul 07 10:03:31 2017 +0200
@@ -331,6 +331,9 @@
 configitem('bugzilla', 'bzurl',
     default='http://localhost/bugzilla/',
 )
+configitem('bugzilla', 'bzuser',
+    default=None,
+)
 
 class bzaccess(object):
     '''Base class for access to Bugzilla.'''
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to