Discussion:
warning / error in colors
David Demelier
2018-11-11 14:43:11 UTC
Permalink
Hello,

So it looks like the color for warning and errors finally have been
added in the configuration.

However I don't want this and I can't find anything in:

- hg help color
- man hgrc (/color)
- man hgrc (/warning)

to disable them.

Can someone tell me how to disable? And the originator of that feature
should improve the documentation on this topic.

Regards,
--
David
Yuya Nishihara
2018-11-11 14:52:29 UTC
Permalink
Post by David Demelier
So it looks like the color for warning and errors finally have been
added in the configuration.
- hg help color
- man hgrc (/color)
- man hgrc (/warning)
to disable them.
You can disable them by:

[color]
ui.error = none

IIRC ui.warning isn't colorized by default yet.

Loading...