changeset 29078:eeacfa36ed3f

crecord: update a copy-pasted comment in downarrowshiftevent()
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 05 May 2016 15:19:37 +0800
parents 6ecd1a00977e
children 90bb5bdb0b2f
files mercurial/crecord.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/crecord.py	Thu May 05 16:38:24 2016 +0200
+++ b/mercurial/crecord.py	Thu May 05 15:19:37 2016 +0800
@@ -671,7 +671,7 @@
 
         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: