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