log mercurial/crecord.py @ 36637:e8c361316803

age author description
Mon, 26 Feb 2018 18:00:29 +0530 Pulkit Goyal py3: convert a map expression into list comprehension
Mon, 19 Feb 2018 00:31:01 +0530 Pulkit Goyal py3: make sure we are doing integer division by using '//'
Mon, 19 Feb 2018 00:15:50 +0530 Pulkit Goyal py3: make sure regex is bytes in crecord.py
Thu, 04 Jan 2018 12:34:40 +0100 Elmar Bartel crecord: fallback to color = no when curses.use_default_colors() fails
Thu, 04 Jan 2018 12:12:07 +0100 Elmar Bartel crecord: honor "ui.color = no" config option
Mon, 13 Nov 2017 18:22:25 -0800 Jun Wu crecord: fix revert -ir '.^' crash caused by 3649c3f2cd
Wed, 30 Aug 2017 20:25:56 +0000 Michael Bolin editor: use an unambiguous path suffix for editor files
Mon, 28 Aug 2017 13:43:31 +0200 Peter Vitt record: make the m key open an editor for the commit message (issue5667)
Sun, 13 Aug 2017 00:17:13 -0700 Filip Filmar crecord: fixes the formatting of the select status in the status line
Tue, 20 Jun 2017 23:22:38 -0700 Jun Wu patch: rewrite reversehunks (issue5337)
Thu, 06 Apr 2017 11:28:25 +0200 Pierre-Yves David crecord: avoid setting non-existing SIGTSTP signal on windows (issue5512)
Thu, 06 Apr 2017 11:25:13 +0200 Pierre-Yves David crecord: ensure we reinstall the SIGTSTP handler
Thu, 06 Apr 2017 11:25:33 +0200 Pierre-Yves David crecord: avoid setting non-existing signal SIGWINCH on windows
Sun, 26 Mar 2017 15:06:09 +0200 Pierre-Yves David crecord: ensure we reinstall the SIGWINCH handler
Sun, 26 Mar 2017 15:05:12 +0200 Pierre-Yves David crecord: extract most of 'main' into a sub function