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