Mercurial > hg
changeset 29942:3664537386ab
crecord: delete commented line
author | Nathan Goldbaum <ngoldbau@illinois.edu> |
---|---|
date | Wed, 14 Sep 2016 11:39:47 -0500 |
parents | 1cc93a154723 |
children | 80c86b9bb40b |
files | mercurial/crecord.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/crecord.py Tue Sep 13 16:00:41 2016 -0700 +++ b/mercurial/crecord.py Wed Sep 14 11:39:47 2016 -0500 @@ -719,7 +719,7 @@ "scroll the screen to fully show the currently-selected" selstart = self.selecteditemstartline selend = self.selecteditemendline - #selnumlines = selend - selstart + padstart = self.firstlineofpadtoprint padend = padstart + self.yscreensize - self.numstatuslines - 1 # 'buffered' pad start/end values which scroll with a certain