# HG changeset patch # User Boris Feld # Date 2017-10-13 21:07:01 # Node ID cb1ea7ef773d39132a78431b72cd570162cc173a # Parent 3819809198c6de0701cb75623244fe635ef78a26 configitems: register the 'patchbomb.cc' config diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py --- a/hgext/patchbomb.py +++ b/hgext/patchbomb.py @@ -109,6 +109,9 @@ configitem('patchbomb', 'bundletype', configitem('patchbomb', 'bcc', default=None, ) +configitem('patchbomb', 'cc', + default=None, +) configitem('patchbomb', 'confirm', default=False, )