log mercurial/color.py @ 41498:a02c8b605d31

age author description
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