mercurial/setdiscovery.py
changeset 39172 8973fc62bfff
parent 39171 abce899c985f
child 39173 56279660d264
--- a/mercurial/setdiscovery.py	Fri Aug 17 17:54:10 2018 +0000
+++ b/mercurial/setdiscovery.py	Fri Aug 17 17:59:16 2018 +0000
@@ -152,7 +152,7 @@
     else:
         ownheads = [rev for rev in cl.headrevs() if rev != nullrev]
 
-    dag = dagutil.revlogdag(cl, localsubset=ownheads)
+    dag = dagutil.revlogdag(cl)
 
     # early exit if we know all the specified remote heads already
     ui.debug("query 1; heads\n")