# HG changeset patch # User Boris Feld # Date 1498787019 -7200 # Node ID a6fa5af781a48f364cccf7d88ba40cba5c021b44 # Parent 4ec0029b76e8b4086b870d4926a7c38459c759b5 configitems: register the 'patchbomb.flagtemplate' config diff -r 4ec0029b76e8 -r a6fa5af781a4 hgext/patchbomb.py --- a/hgext/patchbomb.py Fri Jun 30 03:43:38 2017 +0200 +++ b/hgext/patchbomb.py Fri Jun 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