stablesort: realign a misaligned continue
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 20 Dec 2017 23:45:11 +0100
changeset 3336 c42158efb64e
parent 3335 0d83fb5c5015
child 3337 94788616fbeb
stablesort: realign a misaligned continue We should make a better use of the jump cache now.
hgext3rd/evolve/stablesort.py
--- 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