# HG changeset patch # User Pierre-Yves David # Date 1495016775 -7200 # Node ID 385156ab55b8d147b736b6d07a77965adb2e1224 # Parent a41d900d015c4873cccf7704c16427b9d5b9c8ec obshashcache: properly break out of all loops diff --git a/hgext3rd/evolve/obsdiscovery.py b/hgext3rd/evolve/obsdiscovery.py --- a/hgext3rd/evolve/obsdiscovery.py +++ b/hgext3rd/evolve/obsdiscovery.py @@ -498,6 +498,9 @@ else: continue break + else: + continue + break # XXX the current reset is too strong we could just drop the affected range