[PATCH 02 of 10] configitems: register the 'bugzilla.password' config

Boris Feld boris.feld at octobus.net
Wed Jul 12 08:41:25 EDT 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1499414645 -7200
#      Fri Jul 07 10:04:05 2017 +0200
# Node ID f56a5222c189bad35178708eeba73f333691e148
# Parent  fcb4529a633634e7885ed4b79a62743a52a4a6b3
# EXP-Topic config.register.bugzilla
configitems: register the 'bugzilla.password' config

diff -r fcb4529a6336 -r f56a5222c189 hgext/bugzilla.py
--- a/hgext/bugzilla.py	Fri Jul 07 10:04:03 2017 +0200
+++ b/hgext/bugzilla.py	Fri Jul 07 10:04:05 2017 +0200
@@ -349,6 +349,9 @@
 configitem('bugzilla', 'host',
     default='localhost',
 )
+configitem('bugzilla', 'password',
+    default=None,
+)
 
 class bzaccess(object):
     '''Base class for access to Bugzilla.'''


More information about the Mercurial-devel mailing list