comparison hgext/patchbomb.py @ 34113:a6fa5af781a4

configitems: register the 'patchbomb.flagtemplate' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:43:39 +0200
parents 4ec0029b76e8
children 7e2adac3dd60
comparison
equal deleted inserted replaced
34112:4ec0029b76e8 34113:a6fa5af781a4
106 configitem('patchbomb', 'bundletype', 106 configitem('patchbomb', 'bundletype',
107 default=None, 107 default=None,
108 ) 108 )
109 configitem('patchbomb', 'confirm', 109 configitem('patchbomb', 'confirm',
110 default=False, 110 default=False,
111 )
112 configitem('patchbomb', 'flagtemplate',
113 default=None,
111 ) 114 )
112 115
113 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for 116 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
114 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should 117 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
115 # be specifying the version(s) of Mercurial they are tested with, or 118 # be specifying the version(s) of Mercurial they are tested with, or