# HG changeset patch # User Pierre-Yves David # Date 1492302848 -7200 # Node ID 8b7f794d6a9da438961f4e840b6b1cd26714bbcf # Parent 57042e91521ab4fdd3dc403ac05e7c9d5c48792b 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. diff -r 57042e91521a -r 8b7f794d6a9d 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 = {