Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
file |
diff |
annotate
|
Wed, 06 Nov 2019 16:54:34 +0100 |
Denis Laxalde |
py3: fix handling of ctrl keys in crecord (issue6213)
stable
|
file |
diff |
annotate
|
Wed, 06 Nov 2019 16:53:01 +0100 |
Denis Laxalde |
py3: keep "keypressed" a native str in crecord
stable
|
file |
diff |
annotate
|
Wed, 06 Nov 2019 17:12:13 +0100 |
Denis Laxalde |
py3: compare response of crecord's confirmationwindow with str
stable
|
file |
diff |
annotate
|
Fri, 01 Nov 2019 17:38:07 +0100 |
Emmanuel Leblond |
py3: fix crecord.py's editpatchwitheditor exception message encoding
stable
|
file |
diff |
annotate
|
Thu, 10 Oct 2019 12:22:15 +0200 |
Denis Laxalde |
py3: use integer division in curseschunkselector.printstring()
|
file |
diff |
annotate
|
Thu, 10 Oct 2019 12:20:23 +0200 |
Denis Laxalde |
crecord: drop duplicated set of firstlineofpadtoprint attribute
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Thu, 25 Jul 2019 21:28:29 +0900 |
Yuya Nishihara |
curses: do not setlocale() at import time (issue5261)
stable
|
file |
diff |
annotate
|
Mon, 08 Jul 2019 13:10:34 -0700 |
Kyle Lippincott |
crecord: provide 'X' as a range-select mechanism
|
file |
diff |
annotate
|
Mon, 08 Jul 2019 13:06:46 -0700 |
Kyle Lippincott |
crecord: make KEY_ENTER usable in tests (by not updating UI)
|
file |
diff |
annotate
|
Mon, 08 Jul 2019 12:38:37 -0700 |
Kyle Lippincott |
crecord: fix if -> elif when handling key presses
|
file |
diff |
annotate
|
Mon, 08 Jul 2019 12:17:06 -0700 |
Kyle Lippincott |
crecord: add "x" alias for space, remove test-only "TOGGLE" alias
|
file |
diff |
annotate
|
Mon, 08 Jul 2019 12:15:37 -0700 |
Kyle Lippincott |
crecord: stop using test-only "X" as alternative for "c"
|
file |
diff |
annotate
|
Mon, 01 Apr 2019 22:11:54 -0700 |
Arun Chandrasekaran |
crecord: new keys g & G to navigate to the top and bottom respectively
|
file |
diff |
annotate
|
Thu, 21 Mar 2019 21:44:29 +0100 |
Alexander Kobjolke |
crecord: draw on the whole screen
|
file |
diff |
annotate
|
Wed, 13 Mar 2019 20:09:56 -0700 |
Kyle Lippincott |
crecord: redraw the screen when starting up chunkselector
|
file |
diff |
annotate
|
Wed, 13 Mar 2019 18:39:45 -0700 |
Kyle Lippincott |
crecord: redraw the screen on ctrl-L
|
file |
diff |
annotate
|
Wed, 13 Mar 2019 18:39:36 -0700 |
Kyle Lippincott |
crecord: completely redraw screen when coming back from editor
|
file |
diff |
annotate
|
Tue, 12 Mar 2019 14:17:41 -0700 |
Martin von Zweigbergk |
revert: option to choose what to keep, not what to discard
|
file |
diff |
annotate
|
Thu, 27 Dec 2018 13:36:17 -0800 |
Kyle Lippincott |
chunkselector: fix typos in instructions when user reviews patch
|
file |
diff |
annotate
|
Tue, 05 Mar 2019 04:11:32 +0530 |
Pulkit Goyal |
py3: convert KEY_PRESSED value to bytes in crecord.py
|
file |
diff |
annotate
|
Sat, 02 Mar 2019 13:15:53 -0800 |
Gregory Szorc |
global: use raw string for setlocale() argument
|
file |
diff |
annotate
|
Thu, 14 Feb 2019 10:41:47 -0500 |
Jordi GutiƩrrez Hermoso |
crecord: remove obsolete version check
|
file |
diff |
annotate
|
Thu, 07 Feb 2019 16:44:43 +0300 |
Pulkit Goyal |
py3: use bytes.startswith() instead of comparing with bytes[0]
|
file |
diff |
annotate
|
Mon, 04 Feb 2019 09:00:52 -0800 |
Gregory Szorc |
crecord: use raw string for regular expression
|
file |
diff |
annotate
|
Sat, 26 Jan 2019 16:45:25 -0800 |
Gregory Szorc |
crecord: always return a str from uihunk.__repr__
|
file |
diff |
annotate
|