log mercurial/crecord.py @ 41143:7b80406b8271

age author description
Thu, 25 Oct 2018 21:33:43 +0800 Anton Shestakov crecord: make nextsametype() check that parent item exists (issue6009) stable
Sat, 13 Oct 2018 11:52:30 +0200 Anton Shestakov crecord: make enter move cursor down to the next item of the same type
Thu, 21 Jun 2018 09:32:31 -0700 Martin von Zweigbergk merge with stable
Tue, 19 Jun 2018 13:07:18 +0300 Matti Hamalainen crecord: re-center display in interactive curses commit on pageup/down
Thu, 14 Jun 2018 14:04:26 -0700 Jun Wu crecord: fix line number in hunk header (issue5917) stable
Sat, 19 May 2018 18:47:20 +0530 Pulkit Goyal py3: make sure we open files in bytes mode
Thu, 17 May 2018 23:11:24 -0700 Kyle Lippincott crecord: fallback to text mode if diffs are too big for curses mode
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
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
Sun, 26 Mar 2017 17:00:23 -0700 Jun Wu crecord: use ProgrammingError
Wed, 15 Feb 2017 13:34:06 -0800 Simon Farnsworth crecord: log blocked time waiting for curses input
Sun, 08 Jan 2017 10:08:29 +0800 Anton Shestakov crecord: add an experimental option for space key to move cursor down
Mon, 28 Nov 2016 23:38:46 +0000 Jun Wu crecord: change the verb according to the operation
Mon, 28 Nov 2016 23:37:29 +0000 Jun Wu crecord: change help text for the space key dynamically
Mon, 28 Nov 2016 23:33:02 +0000 Jun Wu crecord: rewrite status line text (BC)
Wed, 23 Nov 2016 22:23:15 +0000 Jun Wu crecord: make _getstatuslines update numstatuslines