equal
deleted
inserted
replaced
403 |
403 |
404 repo.ui.status(_("added %d changesets" |
404 repo.ui.status(_("added %d changesets" |
405 " with %d changes to %d files%s\n") |
405 " with %d changes to %d files%s\n") |
406 % (changesets, revisions, files, htext)) |
406 % (changesets, revisions, files, htext)) |
407 repo.invalidatevolatilesets() |
407 repo.invalidatevolatilesets() |
408 |
|
409 # Call delayupdate again to ensure the transaction writepending |
|
410 # subscriptions are still in place. |
|
411 cl.delayupdate(tr) |
|
412 |
408 |
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)) |
416 hookargs = dict(tr.hookargs) |
412 hookargs = dict(tr.hookargs) |