author | Boris Feld <boris.feld@octobus.net> |
Fri, 30 Jun 2017 03:43:38 +0200 | |
changeset 34112 | 4ec0029b76e8 |
parent 34111 | 798b679680aa |
child 34113 | a6fa5af781a4 |
--- 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