log mercurial/crecord.py @ 30533:40fe96fc7cd2

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