log hgext/color.py @ 19072:b7b50a54bec9 stable

age author description
Fri, 19 Apr 2013 16:57:20 -0700 Siddharth Agarwal color: turn colorui functions into forwards when color is None stable
Thu, 18 Apr 2013 23:53:24 +0200 Simon Heimberg color: set the ui class in reposetup, before a repo is created
Fri, 12 Apr 2013 17:27:09 -0700 Bryan O'Sullivan color: add missing import of error
Thu, 21 Mar 2013 18:16:49 +0100 Simon Heimberg color: drop unnecessary global statement
Fri, 28 Dec 2012 19:25:10 -0600 Sean Farley color: add template label function
Sun, 14 Oct 2012 20:27:55 +0200 Idan Kamara grep: colorize all fields
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Mon, 02 Jan 2012 19:30:21 -0600 Augie Fackler color: Use the same GPL boilerplate as most hg files
Sun, 21 Aug 2011 20:40:10 +0100 Marc Simpson color: add styles for tags
Fri, 29 Jul 2011 15:36:27 +0400 Andrei Vermel color.py - clear _terminfo_params in win32 mode stable
Wed, 29 Jun 2011 13:20:40 -0400 Brodie Rao color: for the sake of "less -R", default to ansi in auto mode (issue2792) stable
Wed, 29 Jun 2011 13:20:39 -0400 Brodie Rao color: fix TypeError with auto mode on win32 when colors aren't available (issue2871) stable
Mon, 27 Jun 2011 11:36:42 -0700 Danek Duvall color: be silent when falling back to ECMA-48 mode if "auto" mode was desired stable
Thu, 02 Jun 2011 00:43:34 +0300 Idan Kamara color: check if ui is already a subclass of colorui before wrapping it