Show More
@@ -1320,7 +1320,7 b' class localrepository(object):' | |||
|
1320 | 1320 | # Signal that no more groups are left. |
|
1321 | 1321 | yield changegroup.closechunk() |
|
1322 | 1322 | |
|
1323 |
if |
|
|
1323 | if msng_cl_lst: | |
|
1324 | 1324 | self.hook('outgoing', node=hex(msng_cl_lst[0]), source=source) |
|
1325 | 1325 | |
|
1326 | 1326 | return util.chunkbuffer(gengroup()) |
General Comments 0
You need to be logged in to leave comments.
Login now