# HG changeset patch # User Boris Feld # Date 1507928821 -7200 # Node ID cb1ea7ef773d39132a78431b72cd570162cc173a # Parent 3819809198c6de0701cb75623244fe635ef78a26 configitems: register the 'patchbomb.cc' config diff -r 3819809198c6 -r cb1ea7ef773d 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, )