changeset 34760:3819809198c6

configitems: register the 'patchbomb.bcc' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 13 Oct 2017 23:06:40 +0200
parents cd7bf9ad0e69
children cb1ea7ef773d
files hgext/patchbomb.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/patchbomb.py	Fri Oct 13 23:03:46 2017 +0200
+++ b/hgext/patchbomb.py	Fri Oct 13 23:06:40 2017 +0200
@@ -106,6 +106,9 @@
 configitem('patchbomb', 'bundletype',
     default=None,
 )
+configitem('patchbomb', 'bcc',
+    default=None,
+)
 configitem('patchbomb', 'confirm',
     default=False,
 )