# HG changeset patch # User Anton Shestakov # Date 1462432777 -28800 # Node ID eeacfa36ed3f8c3b3a9004f73006bd9dabee66ab # Parent 6ecd1a00977eb793999f6ff799084b124e284fa6 crecord: update a copy-pasted comment in downarrowshiftevent() diff -r 6ecd1a00977e -r eeacfa36ed3f mercurial/crecord.py --- 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: