From 7234c65233aaef4e7213d2ece6fa69cf9d68cd6c Mon Sep 17 00:00:00 2001 From: Boris Feld Date: Fri, 13 Oct 2017 23:06:40 +0200 Subject: [PATCH] configitems: register the 'patchbomb.bcc' config --- hgext/patchbomb.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py index 74480d2ec7..62374b4ec8 100644 --- a/hgext/patchbomb.py +++ b/hgext/patchbomb.py @@ -106,6 +106,9 @@ configitem = registrar.configitem(configtable) configitem('patchbomb', 'bundletype', default=None, ) +configitem('patchbomb', 'bcc', + default=None, +) configitem('patchbomb', 'confirm', default=False, )