##// END OF EJS Templates
verify: provide unit to ui.makeprogress()
av6 -
r40670:d2ff0af6 stable
parent child Browse files
Show More
@@ -302,7 +302,8 b' class verifier(object):'
302 ui.status(_("crosschecking files in changesets and manifests\n"))
302 ui.status(_("crosschecking files in changesets and manifests\n"))
303
303
304 total = len(filelinkrevs) + len(filenodes)
304 total = len(filelinkrevs) + len(filenodes)
305 progress = ui.makeprogress(_('crosschecking'), total=total)
305 progress = ui.makeprogress(_('crosschecking'), unit=_('files'),
306 total=total)
306 if self.havemf:
307 if self.havemf:
307 for f in sorted(filelinkrevs):
308 for f in sorted(filelinkrevs):
308 progress.increment()
309 progress.increment()
General Comments 0
You need to be logged in to leave comments. Login now