mercurial/graphmod.py
changeset 22878 890e874cacb6
parent 20762 e87bd3485a07
child 23006 bb1bd9ee323d
--- a/mercurial/graphmod.py	Wed Oct 08 02:52:10 2014 -0700
+++ b/mercurial/graphmod.py	Fri Oct 10 11:27:04 2014 -0700
@@ -37,7 +37,7 @@
     lowestrev = revs.min()
     gpcache = {}
 
-    knownrevs = revs.set()
+    knownrevs = revs
     for rev in revs:
         ctx = repo[rev]
         parents = sorted(set([p.rev() for p in ctx.parents()