##// END OF EJS Templates
configitems: register the 'patchbomb.cc' config
Boris Feld -
r34762:cb1ea7ef default
parent child Browse files
Show More
@@ -109,6 +109,9 b" configitem('patchbomb', 'bundletype',"
109 109 configitem('patchbomb', 'bcc',
110 110 default=None,
111 111 )
112 configitem('patchbomb', 'cc',
113 default=None,
114 )
112 115 configitem('patchbomb', 'confirm',
113 116 default=False,
114 117 )
General Comments 0
You need to be logged in to leave comments. Login now