changeset 41259 | 194e43c2bac9 |
parent 41250 | 8a6995513d9a |
child 41266 | 92cf293fd93d |
--- a/hgext/remotefilelog/basestore.py Wed Jan 16 11:02:20 2019 -0500 +++ b/hgext/remotefilelog/basestore.py Wed Jan 16 11:03:04 2019 -0500 @@ -383,7 +383,7 @@ removedexcess += oldpathstat.st_size progress.complete() - ui.status(_("finished: removed %s of %s files (%0.2f GB to %0.2f GB)\n") + ui.status(_("finished: removed %d of %d files (%0.2f GB to %0.2f GB)\n") % (removed, count, float(originalsize) / 1024.0 / 1024.0 / 1024.0, float(size) / 1024.0 / 1024.0 / 1024.0))