Show More
@@ -342,7 +342,7 class verifier(object): | |||||
342 | total = len(files) |
|
342 | total = len(files) | |
343 | revisions = 0 |
|
343 | revisions = 0 | |
344 | for i, f in enumerate(files): |
|
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 | try: |
|
346 | try: | |
347 | linkrevs = filelinkrevs[f] |
|
347 | linkrevs = filelinkrevs[f] | |
348 | except KeyError: |
|
348 | except KeyError: |
General Comments 0
You need to be logged in to leave comments.
Login now