changeset 34761:cb1ea7ef773d

configitems: register the 'patchbomb.cc' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 13 Oct 2017 23:07:01 +0200
parents 3819809198c6
children 9223a437fdb6
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: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,
 )