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', 'confirm', + default=False, +) # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should