##// END OF EJS Templates
configitems: register the 'progress.width' config
Boris Feld -
r33473:b78c59e4 default
parent child Browse files
Show More
@@ -163,6 +163,9 b" coreconfigitem('progress', 'clear-comple"
163 coreconfigitem('progress', 'estimate',
163 coreconfigitem('progress', 'estimate',
164 default=2,
164 default=2,
165 )
165 )
166 coreconfigitem('progress', 'width',
167 default=dynamicdefault,
168 )
166 coreconfigitem('server', 'bundle1',
169 coreconfigitem('server', 'bundle1',
167 default=True,
170 default=True,
168 )
171 )
General Comments 0
You need to be logged in to leave comments. Login now