Submitter | Boris Feld |
---|---|
Date | Sept. 11, 2017, 1:31 p.m. |
Message ID | <6bb52f8fe58399f4d1a7.1505136709@FB> |
Download | mbox | patch |
Permalink | /patch/23771/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r f6e0ac2346b8 -r 6bb52f8fe583 hgext/patchbomb.py --- a/hgext/patchbomb.py ven. juin 30 03:43:37 2017 +0200 +++ b/hgext/patchbomb.py ven. juin 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