# HG changeset patch # User Anton Shestakov # Date 2016-05-05 07:19:37 # Node ID eeacfa36ed3f8c3b3a9004f73006bd9dabee66ab # Parent 6ecd1a00977eb793999f6ff799084b124e284fa6 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: