branch | stable |
changeset 50288 | d89eecf9605e |
parent 50286 | 3d0b5760851c |
child 50468 | 521fec115dad |
50287:7ce9862fca7c | 50288:d89eecf9605e |
---|---|
930 |
930 |
931 with dest_repo.transaction(b"localclone") as tr: |
931 with dest_repo.transaction(b"localclone") as tr: |
932 dest_repo.store.write(tr) |
932 dest_repo.store.write(tr) |
933 |
933 |
934 # clean up transaction file as they do not make sense |
934 # clean up transaction file as they do not make sense |
935 transaction.cleanup_undo_files(dest_repo) |
935 transaction.cleanup_undo_files(dest_repo.ui.warn, dest_repo.vfs_map) |