diff mercurial/upgrade_utils/engine.py @ 46222:e22aed089567

upgrade: migrated -> upgraded in ui messages Differential Revision: https://phab.mercurial-scm.org/D9676
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 31 Dec 2020 19:42:10 +0530
parents 1ca7865c245d
children 52abb1af2995
line wrap: on
line diff
--- 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)