mercurial/color.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Wed, 09 Feb 2022 13:04:37 -0500 Mitchell Hentges color: don't infer vt status from TERM on Windows
Wed, 22 Jan 2020 03:17:06 +0530 Pulkit Goyal py3: catch AttributeError too with ImportError
Fri, 29 Nov 2019 15:36:45 +0100 Pierre-Yves David upgrade-repo: colorize some of the output
Sun, 01 Dec 2019 18:46:10 -0500 Matt Harbison cleanup: fix docstring formatting
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Wed, 06 Nov 2019 14:48:22 -0500 Augie Fackler color: suppress pytype warning on a windows-only module
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 15 Feb 2019 15:49:17 -0500 Jordi GutiƩrrez Hermoso color: change color of grep.rev label (BC)
Fri, 15 Feb 2019 15:43:22 -0500 Jordi GutiƩrrez Hermoso color: give colours to the grep.inserted and grep.deleted labels
Mon, 04 Feb 2019 08:54:30 -0800 Gregory Szorc global: use raw strings for regular expressions with escapes
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Sat, 15 Dec 2018 23:14:03 -0500 Matt Harbison color: fix a documentation typo
Sat, 03 Nov 2018 17:42:05 +0900 Yuya Nishihara ui: simply concatenate messages before applying color labels
Sat, 03 Nov 2018 17:36:10 +0900 Yuya Nishihara ui: simplify interface of low-level write() functions
Thu, 18 Oct 2018 21:00:07 +0900 Yuya Nishihara addremove: add "ui." prefix to message color keys
Sat, 13 Oct 2018 04:42:14 +0300 Pulkit Goyal py3: use stringutil.pprint() in color.py instead of '%r'
Thu, 13 Sep 2018 22:07:00 -0400 Matt Harbison py3: fix str vs bytes in enough places to run `hg version` on Windows
Wed, 25 Jul 2018 17:11:59 +0200 Boris Feld addremove: add associated color for the new labels
Thu, 19 Jul 2018 23:22:05 -0700 Rodrigo Damazio Bovendorp dispatch: making all hg abortions be output with a specific label
Thu, 19 Apr 2018 19:46:24 +0900 Yuya Nishihara diff: restore original color scheme for worddiff stable
Mon, 09 Apr 2018 15:58:30 -0700 Jun Wu patch: implement a new worddiff algorithm
Sat, 14 Apr 2018 02:00:43 +0530 Pulkit Goyal py3: make sure curses.tigetstr() first argument is a str
Sat, 14 Apr 2018 01:58:44 +0530 Pulkit Goyal py3: iterate over a copy of dict while changing it
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Thu, 01 Mar 2018 08:38:39 -0500 Yuya Nishihara py3: use bytes.endswith('\n') to strip off '\n' from debug color output
Sun, 10 Dec 2017 04:45:27 +0530 Pulkit Goyal py3: handle keyword arguments correctly in color.py
Thu, 07 Dec 2017 16:12:32 +0100 Boris Feld debugformat: update label depending on value difference
Thu, 26 Oct 2017 00:13:38 +0900 Matthieu Laneuville patch: add within-line color diff capacity
Tue, 28 Nov 2017 13:27:43 -0500 Augie Fackler color: respect HGPLAINEXCEPT=color to allow colors while scripting (issue5749)
Thu, 12 Oct 2017 23:30:46 -0700 Jun Wu codemod: use pycompat.iswindows
Fri, 29 Sep 2017 15:48:34 +0000 Alex Gaynor style: never use a space before a colon or comma
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Thu, 03 Aug 2017 12:40:48 -0700 Kyle Lippincott color: remove warnings if term is not formatted (==dumb or !ui.formatted())
Sat, 15 Jul 2017 14:14:53 +0200 Boris Feld configitems: register the 'ui.color' config
Sat, 15 Jul 2017 14:14:46 +0200 Boris Feld color: drop the _enabledbydefault module variable
Fri, 30 Jun 2017 03:32:09 +0200 Pierre-Yves David configitems: register the 'color.mode' config
Mon, 22 May 2017 22:20:38 -0400 Matt Harbison color: enable ANSI support on Windows 10
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Tue, 02 May 2017 20:19:09 +0200 Pierre-Yves David color: special case 'always' in 'ui.color' stable
Tue, 02 May 2017 20:01:54 +0200 Pierre-Yves David color: turn 'ui.color' into a boolean (auto or off) stable
Sun, 16 Apr 2017 02:34:08 +0200 Pierre-Yves David color: also enable by default on windows
Sun, 16 Apr 2017 02:32:51 +0200 Pierre-Yves David color: turn on by default (but for windows)
Wed, 29 Mar 2017 14:47:52 +0530 Pulkit Goyal color: replace str() with pycompat.bytestr()
Sat, 25 Mar 2017 13:50:17 -0400 Matt Harbison color: stop mutating the default effects map
Sat, 18 Mar 2017 21:02:20 +0900 Yuya Nishihara templater: make pad() strip color codes before computing width (issue5416)
Sat, 18 Mar 2017 20:11:15 +0900 Yuya Nishihara color: insert color code after every "\e[0m" (issue5413)
Sun, 19 Mar 2017 12:44:45 -0400 Matt Harbison color: sync text attributes and buffered text output on Windows (issue5508)
Tue, 21 Feb 2017 20:04:55 +0100 Pierre-Yves David color: update main documentation
Sun, 06 Nov 2016 20:16:54 +0100 Pierre-Yves David color: rename '_styles' to '_defaultstyles' for clarity
Sun, 06 Nov 2016 20:16:01 +0100 Pierre-Yves David color: move 'styles' definition on the 'ui' object
Sun, 06 Nov 2016 20:10:53 +0100 Pierre-Yves David color: pass 'ui' to 'win32print'
Sat, 25 Feb 2017 15:00:51 +0100 Pierre-Yves David color: move the dict with terminfo parameters on the ui object
Sat, 25 Feb 2017 15:00:44 +0100 Pierre-Yves David color: add ui to effect rendering
Sat, 25 Feb 2017 19:44:23 +0100 Pierre-Yves David color: add a 'ui.color' option to control color behavior
Tue, 28 Feb 2017 11:42:07 +0100 Pierre-Yves David color: reinvent dictionary
Tue, 21 Feb 2017 18:22:07 +0100 Pierre-Yves David color: have the 'ui' object carry the '_colormode' directly
Tue, 21 Feb 2017 18:20:12 +0100 Pierre-Yves David color: move triggering of the initialisation logic in core
less more (0) -60 tip