##// END OF EJS Templates
configitems: register the 'patchbomb.bcc' config
Boris Feld -
r34761:38198091 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', 'bcc',
110 default=None,
111 )
109 configitem('patchbomb', 'confirm',
112 configitem('patchbomb', 'confirm',
110 default=False,
113 default=False,
111 )
114 )
General Comments 0
You need to be logged in to leave comments. Login now