log hgext/color.py @ 31083:c42feb5f3143

age author description
Mon, 20 Feb 2017 12:12:08 +0100 Pierre-Yves David color: move '_colormode' to the core 'ui' class
Thu, 22 Dec 2016 06:18:45 +0100 Pierre-Yves David color: set initial default value for 'colormode' to None
Thu, 16 Feb 2017 10:52:27 +0100 Pierre-Yves David color: merge two identical 'for' loops
Thu, 22 Dec 2016 13:06:53 +0100 Pierre-Yves David color: minor simplification of some terminfo setup code
Thu, 22 Dec 2016 06:17:40 +0100 Pierre-Yves David color: make a test for curse availability explicite
Thu, 22 Dec 2016 03:11:19 +0100 Pierre-Yves David color: move 'win32' declaration to the core module
Thu, 22 Dec 2016 02:38:53 +0100 Pierre-Yves David color: move the '_render_effects' function to the core module
Thu, 22 Dec 2016 02:37:18 +0100 Pierre-Yves David color: move '_effect_str' function into the core module
Thu, 22 Dec 2016 02:34:22 +0100 Pierre-Yves David color: move configstyles into the core module
Thu, 22 Dec 2016 02:26:50 +0100 Pierre-Yves David color: move 'valideffect' function into the core module
Thu, 22 Dec 2016 02:23:23 +0100 Pierre-Yves David color: move '_terminfo_params' into the core 'color' module
Fri, 18 Nov 2016 18:48:38 +0100 Pierre-Yves David color: move '_effect' mapping into core
Fri, 18 Nov 2016 18:43:39 +0100 Pierre-Yves David color: spread '_effect' values for readability
Fri, 18 Nov 2016 18:18:15 +0100 Pierre-Yves David color: load 'colortable' from extension using an 'extraloader'
Fri, 18 Nov 2016 18:09:36 +0100 Pierre-Yves David color: move hgext.color._styles to mercurial.color.style