diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py --- a/hgext/patchbomb.py +++ b/hgext/patchbomb.py @@ -106,6 +106,9 @@ configitem = registrar.configitem(config configitem('patchbomb', 'bundletype', default=None, ) +configitem('patchbomb', 'bcc', + default=None, +) configitem('patchbomb', 'confirm', default=False, )