changeset 46221 | 0ca98ed828f9 |
parent 46213 | 30310886d423 |
child 46222 | e22aed089567 |
--- a/mercurial/upgrade.py Thu Dec 31 14:45:16 2020 +0530 +++ b/mercurial/upgrade.py Thu Dec 31 19:24:23 2020 +0530 @@ -205,7 +205,7 @@ backuppath = upgrade_engine.upgrade( ui, repo, dstrepo, upgrade_op ) - if not (backup or backuppath is None): + if not backup: ui.status( _(b'removing old repository content %s\n') % backuppath )