log mercurial/crecord.py @ 41992:fa3b0ca9d74f

age author description
Wed, 13 Mar 2019 18:39:45 -0700 Kyle Lippincott crecord: redraw the screen on ctrl-L
Wed, 13 Mar 2019 18:39:36 -0700 Kyle Lippincott crecord: completely redraw screen when coming back from editor
Tue, 12 Mar 2019 14:17:41 -0700 Martin von Zweigbergk revert: option to choose what to keep, not what to discard
Thu, 27 Dec 2018 13:36:17 -0800 Kyle Lippincott chunkselector: fix typos in instructions when user reviews patch
Tue, 05 Mar 2019 04:11:32 +0530 Pulkit Goyal py3: convert KEY_PRESSED value to bytes in crecord.py
Sat, 02 Mar 2019 13:15:53 -0800 Gregory Szorc global: use raw string for setlocale() argument
Thu, 14 Feb 2019 10:41:47 -0500 Jordi GutiƩrrez Hermoso crecord: remove obsolete version check
Thu, 07 Feb 2019 16:44:43 +0300 Pulkit Goyal py3: use bytes.startswith() instead of comparing with bytes[0]
Mon, 04 Feb 2019 09:00:52 -0800 Gregory Szorc crecord: use raw string for regular expression
Sat, 26 Jan 2019 16:45:25 -0800 Gregory Szorc crecord: always return a str from uihunk.__repr__
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