Skip to content
Snippets Groups Projects
Commit d2ff0af6 authored by Anton Shestakov's avatar Anton Shestakov
Browse files

verify: provide unit to ui.makeprogress()

parent 7589f2c9
No related merge requests found
......@@ -302,7 +302,8 @@
ui.status(_("crosschecking files in changesets and manifests\n"))
total = len(filelinkrevs) + len(filenodes)
progress = ui.makeprogress(_('crosschecking'), total=total)
progress = ui.makeprogress(_('crosschecking'), unit=_('files'),
total=total)
if self.havemf:
for f in sorted(filelinkrevs):
progress.increment()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment