mercurial/streamclone.py
branchstable
changeset 50301 d89eecf9605e
parent 50299 3d0b5760851c
child 50471 521fec115dad
--- a/mercurial/streamclone.py	Mon Mar 06 20:16:17 2023 +0100
+++ b/mercurial/streamclone.py	Mon Mar 06 22:16:28 2023 +0100
@@ -932,4 +932,4 @@
             dest_repo.store.write(tr)
 
         # clean up transaction file as they do not make sense
-        transaction.cleanup_undo_files(dest_repo)
+        transaction.cleanup_undo_files(dest_repo.ui.warn, dest_repo.vfs_map)