log hgext/color.py @ 23780:a857755144dc

age author description
Thu, 08 Jan 2015 21:30:22 +0100 Mathias De Maré color: add support for colorizing git subrepo diffs
Tue, 04 Nov 2014 13:38:33 +0000 Pierre-Yves David patchbomb: add label and color to the confirm output
Mon, 06 Oct 2014 08:18:03 -0400 Jordi Gutiérrez Hermoso color: reorganise and sectionify the help text
Mon, 06 Oct 2014 08:16:40 -0400 Jordi Gutiérrez Hermoso color: update description of the extension
Fri, 03 Oct 2014 19:47:57 -0400 Jordi Gutiérrez Hermoso color: omit debug label output on empty strings
Sun, 24 Aug 2014 17:40:27 -0400 Jordi Gutiérrez Hermoso color: update docstring for debug option
Wed, 20 Aug 2014 15:19:37 -0400 Jordi Gutiérrez Hermoso color: document the possibility to colourise tabs in diffs
Sun, 24 Aug 2014 17:27:28 -0400 Jordi Gutiérrez Hermoso color: document that changeset phases have labels
Fri, 19 Sep 2014 12:51:15 -0500 Matt Mackall color: change the debug output format
Sun, 24 Aug 2014 17:40:27 -0400 Jordi Gutiérrez Hermoso color: enable debug option to show labels
Sun, 24 Aug 2014 17:35:36 -0400 Jordi Gutiérrez Hermoso color: document that labels are used for colorizing text
Fri, 01 Aug 2014 13:09:06 -0500 Sean Farley color: pass on key error for win32 (issue4298) stable
Fri, 30 May 2014 11:28:48 -0700 Pierre-Yves David color: add parenthesis to help readability
Sun, 04 May 2014 21:48:10 -0700 Gregory Szorc color: declare command using decorator
Sat, 03 May 2014 03:29:30 +0200 Mads Kiilerich color: don't fail on error messages when no curses (issue4237) stable
Sun, 27 Apr 2014 15:09:48 +0900 Yuya Nishihara color: add missing handling of stderr capture introduced by 350dc24a553d stable
Mon, 14 Apr 2014 18:21:26 -0500 Sean Farley color: add effect to the template symbol table
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Mon, 07 Apr 2014 15:37:27 -0500 Sean Farley color: fallback and test label as an effect
Mon, 07 Apr 2014 15:33:46 -0500 Sean Farley color: extract method for determining a valid effect
Tue, 11 Mar 2014 16:19:08 -0500 Matt Mackall merge with stable
Mon, 10 Mar 2014 01:01:42 +0900 FUJIWARA Katsunori templater: avoid recursive evaluation of string literals completely stable
Wed, 12 Feb 2014 01:00:51 +0100 Olle Lundberg color: add debugcolor command (issue4094)
Mon, 18 Nov 2013 15:37:09 -0500 Matt Mackall templater: only recursively evaluate string literals as templates (issue4103) stable
Thu, 29 Aug 2013 09:22:13 -0700 David Soria Parra shelve: add a shelve extension to save/restore working changes
Wed, 05 Jun 2013 22:06:16 +0200 Simon Heimberg color: use pythons isinstance method instead of reprogramming it
Wed, 05 Jun 2013 22:06:02 +0200 Simon Heimberg color: only provide the required opt to _modesetup
Tue, 14 May 2013 11:23:18 -0700 Bryan O'Sullivan summary: add a histedit hook
Tue, 14 May 2013 11:23:17 -0700 Bryan O'Sullivan summary: indicate if a rebase is underway
Fri, 19 Apr 2013 16:57:10 -0700 Siddharth Agarwal color: set _colormode to None when mode is unset (issue3895) stable