Show More
@@ -427,7 +427,7 b' def debugcheckstate(ui, repo):' | |||
|
427 | 427 | 'hg debugcolor') |
|
428 | 428 | def debugcolor(ui, repo, **opts): |
|
429 | 429 | """show available color, effects or style""" |
|
430 | ui.write(('color mode: %s\n') % ui._colormode) | |
|
430 | ui.write(('color mode: %s\n') % stringutil.pprint(ui._colormode)) | |
|
431 | 431 | if opts.get(r'style'): |
|
432 | 432 | return _debugdisplaystyle(ui) |
|
433 | 433 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now