Show More
@@ -223,6 +223,7 b' def uisetup(ui):' | |||
|
223 | 223 | return orig(ui_, opts, cmd, cmdfunc) |
|
224 | 224 | extensions.wrapfunction(dispatch, '_runcommand', colorcmd) |
|
225 | 225 | |
|
226 | def extsetup(ui): | |
|
226 | 227 | commands.globalopts.append( |
|
227 | 228 | ('', 'color', 'auto', |
|
228 | 229 | _("when to colorize (boolean, always, auto, or never)"), |
General Comments 0
You need to be logged in to leave comments.
Login now