Show More
@@ -447,7 +447,7 b' class bundle20(object):' | |||
|
447 | 447 | for chunk in part.getchunks(): |
|
448 | 448 | yield chunk |
|
449 | 449 | self.ui.debug('end of bundle\n') |
|
450 | yield '\0\0' | |
|
450 | yield _pack(_fpartheadersize, 0) | |
|
451 | 451 | |
|
452 | 452 | def _paramchunk(self): |
|
453 | 453 | """return a encoded version of all stream parameters""" |
General Comments 0
You need to be logged in to leave comments.
Login now