changeset 3336:c42158efb64e

stablesort: realign a misaligned continue We should make a better use of the jump cache now.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 20 Dec 2017 23:45:11 +0100
parents 0d83fb5c5015
children 94788616fbeb
files hgext3rd/evolve/stablesort.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/stablesort.py	Wed Dec 20 23:42:28 2017 +0100
+++ b/hgext3rd/evolve/stablesort.py	Wed Dec 20 23:45:11 2017 +0100
@@ -393,7 +393,7 @@
                             assert current is not None
                         yield current
                     current = jump_dest
-                    continue
+                continue
 
             yield current