configitems: register the 'patchbomb.cc' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 13 Oct 2017 23:07:01 +0200
changeset 34761 cb1ea7ef773d
parent 34760 3819809198c6
child 34762 9223a437fdb6
configitems: register the 'patchbomb.cc' config
hgext/patchbomb.py
--- a/hgext/patchbomb.py	Fri Oct 13 23:06:40 2017 +0200
+++ b/hgext/patchbomb.py	Fri Oct 13 23:07:01 2017 +0200
@@ -109,6 +109,9 @@
 configitem('patchbomb', 'bcc',
     default=None,
 )
+configitem('patchbomb', 'cc',
+    default=None,
+)
 configitem('patchbomb', 'confirm',
     default=False,
 )