hgext/color.py
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
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
Wed, 25 May 2011 18:48:00 +0200 Peter Arrenbrecht color: fix --color=always when output is piped
Sun, 01 May 2011 16:54:48 +0200 Dan Villiom Podlaski Christiansen color: fix using multiple effects
Sun, 01 May 2011 15:21:57 +0200 timeless remove unused imports
Sun, 01 May 2011 12:14:22 +0200 Brodie Rao color: use ui.formatted() to test TTYness, not sys.stdout.isatty()
Sat, 30 Apr 2011 11:18:43 -0500 Augie Fackler color: verify stdout is a tty before using curses
Sun, 24 Apr 2011 23:06:19 +0200 Patrick Mezard color: code simplification
Thu, 21 Apr 2011 13:47:45 -0700 Danek Duvall color: add support for terminfo-based attributes and color
Sat, 09 Apr 2011 23:53:23 +0300 Idan Kamara color: reset win32 console color in a finally block
Sun, 27 Mar 2011 12:59:25 +0200 Martin Geisler ui: label prompts, default to yellow prompts
Mon, 14 Mar 2011 15:59:44 -0500 Matt Mackall merge with stable
Fri, 11 Mar 2011 11:14:21 +0100 Adrian Buehlmann color: port to using ctypes (issue2687) stable
Mon, 14 Mar 2011 15:19:58 +0100 Martin Geisler color: wrap lines in docstring
Mon, 14 Mar 2011 13:54:25 +0100 Martin Geisler color: don't mention internal function in docstring stable
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: move color style to color
Fri, 22 Oct 2010 16:34:38 +0200 Martin Geisler color: give hint to translators about untranslated keywords stable
Sun, 10 Oct 2010 12:21:36 -0500 Brodie Rao color: add global option in extsetup() instead of globally
Mon, 13 Sep 2010 16:25:13 +0200 Sune Foldager merge with stable
less more (0) -100 -60 tip