Submitter | Boris Feld |
---|---|
Date | Sept. 11, 2017, 1:31 p.m. |
Message ID | <582ed2ff6fef719d074e.1505136710@FB> |
Download | mbox | patch |
Permalink | /patch/23770/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r 6bb52f8fe583 -r 582ed2ff6fef hgext/patchbomb.py --- a/hgext/patchbomb.py ven. juin 30 03:43:38 2017 +0200 +++ b/hgext/patchbomb.py ven. juin 30 03:43:39 2017 +0200 @@ -109,6 +109,9 @@ configitem('patchbomb', 'confirm', default=False, ) +configitem('patchbomb', 'flagtemplate', + default=None, +) # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should