--- a/mercurial/exchange.py Thu Sep 12 12:53:00 2024 -0400
+++ b/mercurial/exchange.py Mon Sep 16 15:36:38 2024 +0200
@@ -449,7 +449,7 @@
newbranch,
bookmarks,
publish,
- **pycompat.strkwargs(opargs)
+ **pycompat.strkwargs(opargs),
)
if pushop.remote.local():
missing = (
@@ -1717,7 +1717,7 @@
includepats=includepats,
excludepats=excludepats,
depth=depth,
- **pycompat.strkwargs(opargs)
+ **pycompat.strkwargs(opargs),
)
peerlocal = pullop.remote.local()
@@ -2420,7 +2420,7 @@
common=None,
bundlecaps=None,
remote_sidedata=None,
- **kwargs
+ **kwargs,
):
"""Return chunks constituting a bundle's raw data.
@@ -2480,7 +2480,7 @@
bundlecaps=bundlecaps,
b2caps=b2caps,
remote_sidedata=remote_sidedata,
- **pycompat.strkwargs(kwargs)
+ **pycompat.strkwargs(kwargs),
)
info[b'prefercompressed'] = bundler.prefercompressed
@@ -2503,7 +2503,7 @@
heads=None,
common=None,
remote_sidedata=None,
- **kwargs
+ **kwargs,
):
"""add a changegroup part to the requested bundle"""
if not kwargs.get('cg', True) or not b2caps:
@@ -2669,7 +2669,7 @@
b2caps=None,
heads=None,
common=None,
- **kwargs
+ **kwargs,
):
"""Transfer the .hgtags filenodes mapping.
@@ -2697,7 +2697,7 @@
b2caps=None,
heads=None,
common=None,
- **kwargs
+ **kwargs,
):
"""Transfer the rev-branch-cache mapping