Show More
@@ -1386,7 +1386,9 b' class localrepository(object):' | |||||
1386 | yield chnk |
|
1386 | yield chnk | |
1387 |
|
1387 | |||
1388 | yield changegroup.closechunk() |
|
1388 | yield changegroup.closechunk() | |
1389 | self.hook('outgoing', node=hex(nodes[0]), source=source) |
|
1389 | ||
|
1390 | if nodes: | |||
|
1391 | self.hook('outgoing', node=hex(nodes[0]), source=source) | |||
1390 |
|
1392 | |||
1391 | return util.chunkbuffer(gengroup()) |
|
1393 | return util.chunkbuffer(gengroup()) | |
1392 |
|
1394 |
General Comments 0
You need to be logged in to leave comments.
Login now