mercurial/crecord.py
Mon, 04 Apr 2022 18:05:33 -0700 Kyle Lippincott crecord: avoid duplicating lines when reverting noeol->eol change
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Fri, 12 Mar 2021 19:02:07 -0500 Matt Harbison crecord: null out the curses attribute with `None` on failure to import stable
Fri, 12 Mar 2021 18:55:06 -0500 Matt Harbison crecord: convert an instance of bytes to str stable
Fri, 12 Mar 2021 18:51:22 -0500 Matt Harbison crecord: change str literals to byte literals stable
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 22 Oct 2020 14:14:59 -0700 Martin von Zweigbergk errors: introduce CanceledError and use it in a few places
Sat, 31 Oct 2020 17:42:31 -0400 Barret Rennie crecord: render chunkpad on Windows (issue6427) stable
Thu, 08 Oct 2020 13:37:31 -0700 Martin von Zweigbergk errors: name arguments to Abort constructor
Fri, 17 Jul 2020 03:53:19 -0700 Rodrigo Damazio Bovendorp diff: move no-eol text constant to a common location
Fri, 17 Jul 2020 02:31:42 -0700 Rodrigo Damazio Bovendorp revert: fix interactive reverting of end-of-file newline changes
Mon, 29 Jun 2020 20:53:32 +0900 Yuya Nishihara merge with stable
Sun, 28 Jun 2020 18:02:45 +0200 Manuel Jacob curses: do not initialize LC_ALL to user settings (issue6358) stable
Sun, 28 Jun 2020 17:49:14 +0200 Manuel Jacob curses: back out d2227d4c9e6b (do not initialize LC_ALL to user settings)
Sat, 27 Jun 2020 20:19:41 +0200 Manuel Jacob crecord: stop trying to import wcurses
Fri, 26 Jun 2020 09:37:34 +0200 Manuel Jacob curses: do not initialize LC_ALL to user settings (issue6358)
Wed, 22 Jan 2020 03:17:06 +0530 Pulkit Goyal py3: catch AttributeError too with ImportError
Tue, 21 Jan 2020 17:15:34 -0800 Kyle Lippincott crecord: fix a concatenation of bytes and str on py3 stable
Tue, 10 Dec 2019 17:07:09 -0500 Jordi Gutiérrez Hermoso crecord: remove toggleamend
Tue, 10 Dec 2019 17:02:09 -0500 Jordi Gutiérrez Hermoso crecord: repurpose "a" key to toggle all selections (BC)
Thu, 12 Dec 2019 11:37:30 -0500 Jordi Gutiérrez Hermoso crecord: rewrite help string to avoid mentioning "crecord"
Sun, 01 Dec 2019 18:46:10 -0500 Matt Harbison cleanup: fix docstring formatting
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Wed, 06 Nov 2019 16:54:34 +0100 Denis Laxalde py3: fix handling of ctrl keys in crecord (issue6213) stable
Wed, 06 Nov 2019 16:53:01 +0100 Denis Laxalde py3: keep "keypressed" a native str in crecord stable
Wed, 06 Nov 2019 17:12:13 +0100 Denis Laxalde py3: compare response of crecord's confirmationwindow with str stable
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
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
less more (0) -100 -60 tip