mercurial/bundle2.py
changeset 51892 8583d138f436
parent 51859 f4733654f144
child 52640 24ee91ba9aa8
--- a/mercurial/bundle2.py	Fri Sep 20 21:31:58 2024 -0400
+++ b/mercurial/bundle2.py	Mon Jul 08 22:46:04 2024 +0200
@@ -1804,7 +1804,7 @@
         addpartrevbranchcache(repo, bundler, outgoing)
 
     if opts.get(b'obsolescence', False):
-        obsmarkers = repo.obsstore.relevantmarkers(outgoing.missing)
+        obsmarkers = repo.obsstore.relevantmarkers(nodes=outgoing.missing)
         buildobsmarkerspart(
             bundler,
             obsmarkers,