log mercurial/crecord.py @ 43364:dd64e229c46b stable

age author description
Fri, 01 Nov 2019 17:38:07 +0100 Emmanuel Leblond py3: fix crecord.py's editpatchwitheditor exception message encoding stable
Thu, 10 Oct 2019 12:22:15 +0200 Denis Laxalde py3: use integer division in curseschunkselector.printstring()
Thu, 10 Oct 2019 12:20:23 +0200 Denis Laxalde crecord: drop duplicated set of firstlineofpadtoprint attribute
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
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
Thu, 25 Jul 2019 21:28:29 +0900 Yuya Nishihara curses: do not setlocale() at import time (issue5261) stable
Mon, 08 Jul 2019 13:10:34 -0700 Kyle Lippincott crecord: provide 'X' as a range-select mechanism
Mon, 08 Jul 2019 13:06:46 -0700 Kyle Lippincott crecord: make KEY_ENTER usable in tests (by not updating UI)
Mon, 08 Jul 2019 12:38:37 -0700 Kyle Lippincott crecord: fix if -> elif when handling key presses
Mon, 08 Jul 2019 12:17:06 -0700 Kyle Lippincott crecord: add "x" alias for space, remove test-only "TOGGLE" alias
Mon, 08 Jul 2019 12:15:37 -0700 Kyle Lippincott crecord: stop using test-only "X" as alternative for "c"
Mon, 01 Apr 2019 22:11:54 -0700 Arun Chandrasekaran crecord: new keys g & G to navigate to the top and bottom respectively
Thu, 21 Mar 2019 21:44:29 +0100 Alexander Kobjolke crecord: draw on the whole screen
Wed, 13 Mar 2019 20:09:56 -0700 Kyle Lippincott crecord: redraw the screen when starting up chunkselector
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