##// END OF EJS Templates
configitems: register the 'patchbomb.confirm' config
Boris Feld -
r34114:4ec0029b default
parent child Browse files
Show More
@@ -106,6 +106,9 b' configitem = registrar.configitem(config'
106 configitem('patchbomb', 'bundletype',
106 configitem('patchbomb', 'bundletype',
107 default=None,
107 default=None,
108 )
108 )
109 configitem('patchbomb', 'confirm',
110 default=False,
111 )
109
112
110 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
113 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
111 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
114 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
General Comments 0
You need to be logged in to leave comments. Login now