[PATCH 1 of 2 v3] crecord: delete commented line

Nathan Goldbaum nathan12343 at gmail.com
Mon Sep 19 21:38:59 UTC 2016


# HG changeset patch
# User Nathan Goldbaum <ngoldbau at illinois.edu>
# Date 1473871187 18000
#      Wed Sep 14 11:39:47 2016 -0500
# Node ID dec5dfcbd772a9f51674067ad18dff6d9bad78cf
# Parent  2c302c6544511b37abe61ee2cc5278e4f61d5e71
crecord: delete commented line

diff -r 2c302c654451 -r dec5dfcbd772 mercurial/crecord.py
--- a/mercurial/crecord.py	Wed Sep 14 17:12:39 2016 +0200
+++ b/mercurial/crecord.py	Wed Sep 14 11:39:47 2016 -0500
@@ -719,7 +719,7 @@ class curseschunkselector(object):
         "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


More information about the Mercurial-devel mailing list