##// END OF EJS Templates
configitems: register the 'progress.assume-tty' config
marmoute -
r33245:be00b61e default
parent child Browse files
Show More
@@ -146,6 +146,9 b" coreconfigitem('patch', 'eol',"
146 coreconfigitem('patch', 'fuzz',
146 coreconfigitem('patch', 'fuzz',
147 default=2,
147 default=2,
148 )
148 )
149 coreconfigitem('progress', 'assume-tty',
150 default=False,
151 )
149 coreconfigitem('server', 'bundle1',
152 coreconfigitem('server', 'bundle1',
150 default=True,
153 default=True,
151 )
154 )
General Comments 0
You need to be logged in to leave comments. Login now