mercurial/bundle2.py
branchstable
changeset 51658 a0f1378b932e
parent 51641 f28c52a9f7b4
child 51667 6fc31e7bd5db
--- a/mercurial/bundle2.py	Mon Jul 08 16:19:33 2024 +0200
+++ b/mercurial/bundle2.py	Mon Jul 08 16:20:04 2024 +0200
@@ -1788,7 +1788,7 @@
         addpartrevbranchcache(repo, bundler, outgoing)
 
     if opts.get(b'obsolescence', False):
-        obsmarkers = repo.obsstore.relevantmarkers(nodes=outgoing.missing)
+        obsmarkers = repo.obsstore.relevantmarkers(outgoing.missing)
         buildobsmarkerspart(
             bundler,
             obsmarkers,