##// END OF EJS Templates
clonebundles: add missing newline to legacy response...
Julien Cristau -
r52521:33bcb1dd default
parent child Browse files
Show More
@@ -312,6 +312,7 b' def clonebundles(repo, proto):'
312 312 if line.startswith(bundlecaches.CLONEBUNDLESCHEME):
313 313 continue
314 314 modified_manifest.append(line)
315 modified_manifest.append(b'')
315 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