configitems: register the 'patchbomb.bcc' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 13 Oct 2017 23:06:40 +0200
changeset 34760 3819809198c6
parent 34759 cd7bf9ad0e69
child 34761 cb1ea7ef773d
configitems: register the 'patchbomb.bcc' config
hgext/patchbomb.py
--- 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,
 )