Show More
@@ -406,10 +406,6 b' class cg1unpacker(object):' | |||
|
406 | 406 | % (changesets, revisions, files, htext)) |
|
407 | 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 | 409 | if changesets > 0: |
|
414 | 410 | if 'node' not in tr.hookargs: |
|
415 | 411 | tr.hookargs['node'] = hex(cl.node(clstart)) |
General Comments 0
You need to be logged in to leave comments.
Login now