changeset 32027:8b7f794d6a9d

color: also enable by default on windows I've not found anything related to color + windows on the bug tracker. So I'm suggesting we get bolder and turn it on for windows too in the release candidate. We can always backout this changeset if we find serious issue on windows.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Sun, 16 Apr 2017 02:34:08 +0200
parents 57042e91521a
children 99f63f476a72
files mercurial/color.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/color.py	Sun Apr 16 02:32:51 2017 +0200
+++ b/mercurial/color.py	Sun Apr 16 02:34:08 2017 +0200
@@ -45,7 +45,7 @@
     curses = None
     _baseterminfoparams = {}
 
-_enabledbydefault = pycompat.osname != 'nt'
+_enabledbydefault = True
 
 # start and stop parameters for effects
 _effects = {