##// END OF EJS Templates
verify: specify unit for ui.progress when checking files
av6 -
r28467:bd37f0d5 default
parent child Browse files
Show More
@@ -342,7 +342,7 class verifier(object):
342 342 total = len(files)
343 343 revisions = 0
344 344 for i, f in enumerate(files):
345 ui.progress(_('checking'), i, item=f, total=total)
345 ui.progress(_('checking'), i, item=f, total=total, unit=_('files'))
346 346 try:
347 347 linkrevs = filelinkrevs[f]
348 348 except KeyError:
General Comments 0
You need to be logged in to leave comments. Login now