color: also enable by default on windows
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Sun, 16 Apr 2017 02:34:08 +0200
changeset 32027 8b7f794d6a9d
parent 32026 57042e91521a
child 32028 99f63f476a72
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.
mercurial/color.py
--- 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 = {