# HG changeset patch # User Boris Feld # Date 2017-06-30 01:43:39 # Node ID a6fa5af781a48f364cccf7d88ba40cba5c021b44 # Parent 4ec0029b76e8b4086b870d4926a7c38459c759b5 configitems: register the 'patchbomb.flagtemplate' config diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py --- a/hgext/patchbomb.py +++ b/hgext/patchbomb.py @@ -109,6 +109,9 @@ configitem('patchbomb', 'bundletype', 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