Mercurial > hg
changeset 33395:b33d63651693
configitems: register the 'bugzilla.bzemail' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 07 Jul 2017 10:03:26 +0200 |
parents | a752d2e7ec9c |
children | 96d3e5c1fd25 |
files | hgext/bugzilla.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/bugzilla.py Fri Jul 07 10:03:24 2017 +0200 +++ b/hgext/bugzilla.py Fri Jul 07 10:03:26 2017 +0200 @@ -325,6 +325,9 @@ configitem('bugzilla', 'bzdir', default='/var/www/html/bugzilla', ) +configitem('bugzilla', 'bzemail', + default=None, +) class bzaccess(object): '''Base class for access to Bugzilla.'''