hgext/narrow/narrowbundle2.py
changeset 45942 89a2afe31e82
parent 45552 10284ce3d5ed
child 47012 d55b71393907
--- a/hgext/narrow/narrowbundle2.py	Fri Nov 27 17:00:00 2020 -0500
+++ b/hgext/narrow/narrowbundle2.py	Fri Nov 27 17:03:29 2020 -0500
@@ -78,7 +78,14 @@
 
 
 def generateellipsesbundle2(
-    bundler, repo, include, exclude, version, common, heads, depth,
+    bundler,
+    repo,
+    include,
+    exclude,
+    version,
+    common,
+    heads,
+    depth,
 ):
     match = narrowspec.match(repo.root, include=include, exclude=exclude)
     if depth is not None:
@@ -113,7 +120,13 @@
 
 
 def generate_ellipses_bundle2_for_widening(
-    bundler, repo, oldmatch, newmatch, version, common, known,
+    bundler,
+    repo,
+    oldmatch,
+    newmatch,
+    version,
+    common,
+    known,
 ):
     common = set(common or [nullid])
     # Steps: