changeset 46222 | e22aed089567 |
parent 46220 | 1ca7865c245d |
child 46229 | 52abb1af2995 |
--- a/mercurial/upgrade_utils/engine.py Thu Dec 31 19:24:23 2020 +0530 +++ b/mercurial/upgrade_utils/engine.py Thu Dec 31 19:42:10 2020 +0530 @@ -479,7 +479,7 @@ finishdatamigration(ui, srcrepo, dstrepo, requirements) - ui.status(_(b'data fully migrated to temporary repository\n')) + ui.status(_(b'data fully upgraded in a temporary repository\n')) backuppath = pycompat.mkdtemp(prefix=b'upgradebackup.', dir=srcrepo.path) backupvfs = vfsmod.vfs(backuppath)