Show More
@@ -312,6 +312,7 b' def clonebundles(repo, proto):' | |||||
312 | if line.startswith(bundlecaches.CLONEBUNDLESCHEME): |
|
312 | if line.startswith(bundlecaches.CLONEBUNDLESCHEME): | |
313 | continue |
|
313 | continue | |
314 | modified_manifest.append(line) |
|
314 | modified_manifest.append(line) | |
|
315 | modified_manifest.append(b'') | |||
315 | return wireprototypes.bytesresponse(b'\n'.join(modified_manifest)) |
|
316 | return wireprototypes.bytesresponse(b'\n'.join(modified_manifest)) | |
316 |
|
317 | |||
317 |
|
318 |
General Comments 0
You need to be logged in to leave comments.
Login now