changeset 51641 | f28c52a9f7b4 |
parent 51555 | c4aab3661f25 |
child 51658 | a0f1378b932e |
--- a/mercurial/bundle2.py Wed Jun 12 11:29:11 2024 +0200 +++ b/mercurial/bundle2.py Tue Jun 11 18:47:50 2024 +0200 @@ -1788,7 +1788,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,