log hgext/color.py @ 11118:24f904ae5a26

age author description
Fri, 07 May 2010 15:19:37 -0500 Stanimir Stamenkov color: add some missing background colors for win32 console
Sat, 01 May 2010 16:57:02 -0500 Steve Borho color: fix typo in w32effect for bold_background
Fri, 23 Apr 2010 14:29:44 +0200 Patrick Mezard color: handle non-standard stdout on win32
Tue, 06 Apr 2010 08:54:18 -0500 Steve Borho color: respect HGPLAIN
Tue, 06 Apr 2010 08:49:19 -0500 Steve Borho color: add support for Windows consoles
Tue, 06 Apr 2010 08:44:13 -0500 Steve Borho color: remove unused import
Sun, 04 Apr 2010 22:53:50 -0500 Brodie Rao color: concatenate effects correctly and avoid printing empty effects
Fri, 02 Apr 2010 15:22:19 -0500 Brodie Rao color: don't split colors across lines (which confuses less -R)
Fri, 02 Apr 2010 15:22:17 -0500 Brodie Rao color: colorize based on output labels instead of parsing output
Mon, 15 Feb 2010 00:14:16 +0100 Martin Geisler Merge with default stable
Sun, 14 Feb 2010 17:08:52 -0500 Brodie Rao color: don't crash on invalid status codes (issue2036)
Sun, 14 Feb 2010 01:52:31 -0500 Brodie Rao remove unused imports stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Sat, 09 Jan 2010 10:47:47 +0100 Georg Brandl color: colorize output of hg resolve -l
Fri, 08 Jan 2010 20:56:28 +0100 Benoit Boissinot color: improve coding style
Fri, 11 Dec 2009 11:04:31 +0100 David Soria Parra color: Add support for bookmarks
Fri, 11 Dec 2009 11:04:31 +0100 David Soria Parra color: Do not pass --color, --no-color parameters to wrapped function
Mon, 30 Nov 2009 23:10:21 +0200 Alexander Solovyov color: add support for churn --diffstat
Thu, 05 Nov 2009 01:11:28 +0100 Martin Geisler color: wrap qrecord
Sun, 25 Oct 2009 02:52:36 +0200 Brodie Rao color: colorize diff --stat
Wed, 07 Oct 2009 14:01:20 -0500 Kevin Bullock color: allow multiple args to ui.write()
Thu, 08 Oct 2009 09:27:22 +0800 TK Soh color: add support for record extension
Sat, 03 Oct 2009 14:39:57 -0500 Matt Mackall Merge with -stable
Tue, 29 Sep 2009 23:49:42 -0500 Kevin Bullock color: allow multiple args to ui.write()
Wed, 23 Sep 2009 15:58:07 +0200 Brodie Rao color: mark --no-color as deprecated (--color=never has the same effect)
Sat, 29 Aug 2009 00:30:03 +0200 Martin Geisler color: do all setup in uisetup
Fri, 21 Aug 2009 14:29:54 +0200 Patrick Mezard color: no need for itertools, zip() is good enough
Wed, 05 Aug 2009 15:00:44 +0200 Dan Villiom Podlaski Christiansen color: simplify & improve colorization of qseries
Sun, 26 Jul 2009 01:42:15 +0200 Martin Geisler color: wrap docstrings at 70 characters
Thu, 23 Jul 2009 00:22:35 +0200 Martin Geisler color: use reST syntax for literal block