# HG changeset patch # User Boris Feld # Date 1498787018 -7200 # Node ID 4ec0029b76e8b4086b870d4926a7c38459c759b5 # Parent 798b679680aafd5eb6491a04580e4a4ddfa5b687 configitems: register the 'patchbomb.confirm' config diff -r 798b679680aa -r 4ec0029b76e8 hgext/patchbomb.py --- a/hgext/patchbomb.py Fri Jun 30 03:43:37 2017 +0200 +++ b/hgext/patchbomb.py Fri Jun 30 03:43:38 2017 +0200 @@ -106,6 +106,9 @@ 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