log hgext/color.py @ 30651:27e48410380d

age author description
Fri, 18 Nov 2016 18:29:19 +0100 Pierre-Yves David color: drop use of the 'global' keyword for '_style'
Fri, 18 Nov 2016 18:27:13 +0100 Pierre-Yves David color: drop use of the 'global' keyword for _terminfo_params
Mon, 19 Dec 2016 00:28:12 +0530 Pulkit Goyal py3: replace os.name with pycompat.osname (part 2 of 2)
Sun, 18 Dec 2016 02:08:59 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 5 of 5)
Thu, 10 Nov 2016 16:32:51 -0500 Augie Fackler color: avoid shadowing a variable inside a list comprehension
Fri, 11 Nov 2016 13:06:05 +1100 Xidorn Quan color: show mode warning based on ui.formatted
Thu, 03 Nov 2016 15:17:02 +0100 Pierre-Yves David color: add the ability to display configured style to 'debugcolor'