Show More
@@ -406,10 +406,6 b' class cg1unpacker(object):' | |||||
406 | % (changesets, revisions, files, htext)) |
|
406 | % (changesets, revisions, files, htext)) | |
407 | repo.invalidatevolatilesets() |
|
407 | repo.invalidatevolatilesets() | |
408 |
|
408 | |||
409 | # Call delayupdate again to ensure the transaction writepending |
|
|||
410 | # subscriptions are still in place. |
|
|||
411 | cl.delayupdate(tr) |
|
|||
412 |
|
||||
413 | if changesets > 0: |
|
409 | if changesets > 0: | |
414 | if 'node' not in tr.hookargs: |
|
410 | if 'node' not in tr.hookargs: | |
415 | tr.hookargs['node'] = hex(cl.node(clstart)) |
|
411 | tr.hookargs['node'] = hex(cl.node(clstart)) |
General Comments 0
You need to be logged in to leave comments.
Login now