hgext3rd/evolve/obshistory.py
changeset 2610 ee37ab3de5f7
parent 2609 81a94da65dca
child 2633 59e85fbb31b6
--- a/hgext3rd/evolve/obshistory.py	Fri Jun 16 17:55:55 2017 +0200
+++ b/hgext3rd/evolve/obshistory.py	Fri Jun 16 17:58:17 2017 +0200
@@ -671,12 +671,11 @@
 
     return markers
 
-def preparesuccessorset(successorset, pathscache):
+def preparesuccessorset(successorset, rawmarkers):
     """ For a successor set, get all related markers, compute the set of user,
     the min date and the max date
     """
     hex = nodemod.hex
-    rawmarkers = successorsetallmarkers(successorset, pathscache)
 
     successorset = [hex(n) for n in successorset]