diff --git a/mercurial/wireprotov1server.py b/mercurial/wireprotov1server.py --- a/mercurial/wireprotov1server.py +++ b/mercurial/wireprotov1server.py @@ -312,6 +312,7 @@ def clonebundles(repo, proto): if line.startswith(bundlecaches.CLONEBUNDLESCHEME): continue modified_manifest.append(line) + modified_manifest.append(b'') return wireprototypes.bytesresponse(b'\n'.join(modified_manifest))