log mercurial/crecord.py @ 28637:4874b8efe7d2

age author description
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