##// END OF EJS Templates
color: add parenthesis to help readability...
Pierre-Yves David -
r21723:35eb333d default
parent child Browse files
Show More
@@ -168,7 +168,7 b' def _terminfosetup(ui, mode):'
168 def _modesetup(ui, coloropt):
168 def _modesetup(ui, coloropt):
169 global _terminfo_params
169 global _terminfo_params
170
170
171 auto = coloropt == 'auto'
171 auto = (coloropt == 'auto')
172 always = not auto and util.parsebool(coloropt)
172 always = not auto and util.parsebool(coloropt)
173 if not always and not auto:
173 if not always and not auto:
174 return None
174 return None
General Comments 0
You need to be logged in to leave comments. Login now