Show More
@@ -189,8 +189,6 b' command = cmdutil.command(cmdtable)' | |||
|
189 | 189 | testedwith = 'ships-with-hg-core' |
|
190 | 190 | |
|
191 | 191 | def uisetup(ui): |
|
192 | if ui.plain(): | |
|
193 | return | |
|
194 | 192 | def colorcmd(orig, ui_, opts, cmd, cmdfunc): |
|
195 | 193 | mode = color._modesetup(ui_, opts['color']) |
|
196 | 194 | uimod.ui._colormode = mode |
General Comments 0
You need to be logged in to leave comments.
Login now