mercurial/upgrade.py
changeset 46207 e2139e071b5c
parent 46205 53d083fa1f83
child 46208 083438d6f403
--- a/mercurial/upgrade.py	Wed Dec 30 14:56:34 2020 +0530
+++ b/mercurial/upgrade.py	Mon Dec 14 16:15:01 2020 +0530
@@ -225,7 +225,7 @@
                 )
             if not (backup or backuppath is None):
                 ui.status(
-                    _(b'removing old repository content%s\n') % backuppath
+                    _(b'removing old repository content %s\n') % backuppath
                 )
                 repo.vfs.rmtree(backuppath, forcibly=True)
                 backuppath = None