mercurial/crecord.py
Thu, 29 Feb 2024 14:13:21 -0800 Martin von Zweigbergk crecord: drop calls to `curses.endwin()` stable
Wed, 14 Feb 2024 22:55:11 -0500 Jordi Gutiérrez Hermoso crecord: enable search hotkeys (issue6834)
Wed, 14 Feb 2024 22:54:21 -0500 Jordi Gutiérrez Hermoso crecord: add handle(next|prev)search functions
Wed, 14 Feb 2024 22:53:58 -0500 Jordi Gutiérrez Hermoso crecord: add a searchdirection function
Wed, 14 Feb 2024 22:50:00 -0500 Jordi Gutiérrez Hermoso crecord: add a handlesearch function
Wed, 14 Feb 2024 22:48:09 -0500 Jordi Gutiérrez Hermoso crecord: add a showsearch function
Wed, 14 Feb 2024 22:46:41 -0500 Jordi Gutiérrez Hermoso crecord: add a default regex to curseschunkselector
Wed, 14 Feb 2024 22:43:51 -0500 Jordi Gutiérrez Hermoso crecord: add `content` properties to all nodes
Wed, 14 Feb 2024 22:42:08 -0500 Jordi Gutiérrez Hermoso crecord: update uiheader docstring
Wed, 14 Feb 2024 22:40:47 -0500 Jordi Gutiérrez Hermoso crecord: add skipfolded param to previtem
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 02 Feb 2023 17:21:45 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:21:36 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Wed, 01 Mar 2023 11:53:31 -0500 Matt Harbison crecord: switch a curses argument to bool to appease type checkers
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
less more (0) -100 -60 tip