Skip to content
Snippets Groups Projects
Commit daa42bac8611 authored by Thomas Arendsen Hein's avatar Thomas Arendsen Hein
Browse files

merge with hg-stable

No related branches found
No related tags found
No related merge requests found
......@@ -109,5 +109,7 @@
visit = [fctx]
while visit:
fc = visit.pop()
if fc.path() != orig and fc.path() not in old:
old[fc.path()] = 1
if fc.rev() < limit:
continue
......@@ -112,7 +114,5 @@
if fc.rev() < limit:
continue
if fc.path() != orig and fc.path() not in old:
old[fc.path()] = 1
visit += fc.parents()
old = old.keys()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment