changeset 29828:eeacfa36ed3f

crecord: update a copy-pasted comment in downarrowshiftevent()
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 05 May 2016 15:19:37 +0800 (2016-05-05)
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
+++ b/mercurial/crecord.py
@@ -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: