Show More
@@ -1314,10 +1314,6 b' def writebundle(ui, cg, filename, bundle' | |||||
1314 |
|
1314 | |||
1315 | # parse the changegroup data, otherwise we will block |
|
1315 | # parse the changegroup data, otherwise we will block | |
1316 | # in case of sshrepo because we don't know the end of the stream |
|
1316 | # in case of sshrepo because we don't know the end of the stream | |
1317 |
|
||||
1318 | # an empty chunkgroup is the end of the changegroup |
|
|||
1319 | # a changegroup has at least 2 chunkgroups (changelog and manifest). |
|
|||
1320 | # after that, an empty chunkgroup is the end of the changegroup |
|
|||
1321 | return changegroup.writechunks(ui, chunkiter, filename, vfs=vfs) |
|
1317 | return changegroup.writechunks(ui, chunkiter, filename, vfs=vfs) | |
1322 |
|
1318 | |||
1323 | @parthandler('changegroup', ('version', 'nbchanges', 'treemanifest')) |
|
1319 | @parthandler('changegroup', ('version', 'nbchanges', 'treemanifest')) |
General Comments 0
You need to be logged in to leave comments.
Login now