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
|
Thu, 06 Apr 2017 11:25:33 +0200 |
Pierre-Yves David |
crecord: avoid setting non-existing signal SIGWINCH on windows
|
Sun, 26 Mar 2017 15:06:09 +0200 |
Pierre-Yves David |
crecord: ensure we reinstall the SIGWINCH handler
|
Sun, 26 Mar 2017 15:05:12 +0200 |
Pierre-Yves David |
crecord: extract most of 'main' into a sub function
|
Sun, 26 Mar 2017 17:00:23 -0700 |
Jun Wu |
crecord: use ProgrammingError
|
Wed, 15 Feb 2017 13:34:06 -0800 |
Simon Farnsworth |
crecord: log blocked time waiting for curses input
|
Sun, 08 Jan 2017 10:08:29 +0800 |
Anton Shestakov |
crecord: add an experimental option for space key to move cursor down
|
Mon, 28 Nov 2016 23:38:46 +0000 |
Jun Wu |
crecord: change the verb according to the operation
|
Mon, 28 Nov 2016 23:37:29 +0000 |
Jun Wu |
crecord: change help text for the space key dynamically
|
Mon, 28 Nov 2016 23:33:02 +0000 |
Jun Wu |
crecord: rewrite status line text (BC)
|
Wed, 23 Nov 2016 22:23:15 +0000 |
Jun Wu |
crecord: make _getstatuslines update numstatuslines
|
Mon, 28 Nov 2016 23:12:54 +0000 |
Jun Wu |
crecord: move status window text calculation to a separate method
|
Wed, 23 Nov 2016 18:13:11 +0000 |
Jun Wu |
crecord: filter text via i18n
|
Wed, 23 Nov 2016 19:22:36 +0000 |
Jun Wu |
crecord: add an "operation" field
|
Mon, 17 Oct 2016 23:16:55 +0200 |
Mads Kiilerich |
spelling: fixes of non-dictionary words
|
Thu, 20 Oct 2016 23:16:32 +0900 |
Yuya Nishihara |
crecord: use scmutil.termsize()
|
Tue, 20 Sep 2016 10:03:50 -0500 |
Nathan Goldbaum |
crecord: add an event that scrolls the selected line to the top of the screen
|
Wed, 14 Sep 2016 11:39:47 -0500 |
Nathan Goldbaum |
crecord: delete commented line
|
Wed, 14 Sep 2016 17:12:39 +0200 |
Pierre-Yves David |
merge with stable
|
Fri, 02 Sep 2016 20:15:37 +0000 |
timeless |
crecord: properly handle files with No newline at eof (issue5268)
stable
|
Wed, 24 Aug 2016 11:24:07 +0100 |
Jun Wu |
crecord: restore SIGWINCH handler before return
|
Thu, 04 Aug 2016 00:21:14 +0530 |
Pulkit Goyal |
py3: use unicode literals in crecord.py
|
Tue, 07 Jun 2016 11:57:11 +0200 |
Denis Laxalde |
crecord: drop unused "operation" parameter from filterpatch function
|
Fri, 06 May 2016 19:52:21 +0800 |
Anton Shestakov |
crecord: call prevsibling() and nextsibling() directly
|
Thu, 05 May 2016 19:51:35 +0800 |
Anton Shestakov |
crecord: update downarrowshiftevent() docstring, remove todo
|
Thu, 05 May 2016 19:40:40 +0800 |
Anton Shestakov |
crecord: remove things that don't happen in functions from their docstrings
|
Thu, 05 May 2016 18:13:25 +0800 |
Anton Shestakov |
crecord: remove skipfolded keyword argument from patchnode.previtem()
|
Thu, 05 May 2016 15:19:37 +0800 |
Anton Shestakov |
crecord: update a copy-pasted comment in downarrowshiftevent()
|
Thu, 05 May 2016 16:38:24 +0200 |
Pierre-Yves David |
crecord: drop the version condition for amend
|
Thu, 05 May 2016 11:19:52 +0800 |
Anton Shestakov |
crecord: add/remove blank lines (coding style)
|
Thu, 14 Apr 2016 01:37:29 -0700 |
Pierre-Yves David |
crecord: cleanup the remains of commit confirmation
|
Thu, 14 Apr 2016 01:27:18 -0700 |
Pierre-Yves David |
crecord: drop the extra confirmation screen
|
Sun, 10 Apr 2016 20:55:37 +0000 |
timeless |
pycompat: switch to util.stringio for py3 compat
|
Sun, 20 Mar 2016 21:08:17 -0400 |
Jordi Gutiérrez Hermoso |
crecord: re-enable reviewing a patch before comitting it
|
Sun, 20 Mar 2016 18:24:59 -0400 |
Jordi Gutiérrez Hermoso |
crecord: break out the help message for editing hunks
|
Sun, 20 Mar 2016 20:59:05 -0400 |
Jordi Gutiérrez Hermoso |
crecord: refactor hunk edit action to use ui.edit
|
Fri, 18 Mar 2016 11:06:03 -0700 |
Ryan McElroy |
crecord: add docblock to handlekeypressed
|
Fri, 18 Mar 2016 11:06:03 -0700 |
Ryan McElroy |
crecord: fix docblock indentation
|
Fri, 18 Mar 2016 11:06:03 -0700 |
Ryan McElroy |
crecord: clean up empty lines at ends of docblocks
|
Mon, 14 Mar 2016 15:01:27 +0000 |
Simon Farnsworth |
crecord: use ui.interface to choose curses interface
|
Mon, 25 Jan 2016 11:37:02 -0800 |
Laurent Charignon |
crecord: fix help bar display issue (issue5063)
stable
|
Mon, 25 Jan 2016 10:13:03 -0800 |
Laurent Charignon |
crecord: fix typo in the help text
stable
|
Wed, 20 Jan 2016 11:21:13 -0800 |
Laurent Charignon |
crecord: edit during hg crecord should preserve cursor position (issue5041)
stable
|
Mon, 28 Dec 2015 10:11:48 -0600 |
Matt Mackall |
merge with stable
|
Wed, 16 Dec 2015 10:39:00 -0800 |
Sean Farley |
crecord: stop raising error.Abort if curses is not found (issue5008)
stable
|
Tue, 15 Dec 2015 16:00:06 -0800 |
Sean Farley |
crecord: ensure that curses is False if not imported
stable
|
Tue, 15 Dec 2015 15:56:10 -0800 |
Sean Farley |
crecord: add helper function to determine if we should use curses
stable
|
Wed, 16 Dec 2015 10:33:19 -0800 |
Sean Farley |
crecord: use try/except for import of curses
stable
|
Wed, 09 Dec 2015 17:01:27 -0800 |
Laurent Charignon |
crecord: add dictionary to default return value of filterpatch
|
Mon, 30 Nov 2015 16:37:42 -0800 |
Laurent Charignon |
commit: add amend mode for commit -i
|
Mon, 30 Nov 2015 16:35:21 -0800 |
Laurent Charignon |
commit: add a way to return more information from the chunkselector
|
Sat, 17 Oct 2015 00:58:46 +0200 |
Mads Kiilerich |
spelling: trivial spell checking
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Wed, 30 Sep 2015 15:43:49 -0500 |
Matt Mackall |
urls: bulk-change primary website URLs
|
Sat, 08 Aug 2015 19:05:55 -0700 |
Gregory Szorc |
crecord: use absolute_import
|