[PATCH 3 of 6] crecord: update a copy-pasted comment in downarrowshiftevent()

Anton Shestakov av6 at dwimlabs.net
Thu May 5 09:54:03 EDT 2016


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1462432777 -28800
#      Thu May 05 15:19:37 2016 +0800
# Node ID 72e6808cd0cb779f6f90d4b9a9c568d5e6c6fb1d
# Parent  a7f72f50b5aaa19dd14071d86691fca5e8f8f70f
crecord: update a copy-pasted comment in downarrowshiftevent()

diff --git a/mercurial/crecord.py b/mercurial/crecord.py
--- a/mercurial/crecord.py
+++ b/mercurial/crecord.py
@@ -671,7 +671,7 @@ class curseschunkselector(object):
 
         currentitem = self.currentselecteditem
         nextitem = currentitem.nextitem()
-        # if there's no previous item on this level, try choosing the parent's
+        # if there's no next item on this level, try choosing the parent's
         # nextitem.
         if nextitem is None:
             try:


More information about the Mercurial-devel mailing list