mercurial/verify.py
branchstable
changeset 40616 d2ff0af6e959
parent 39938 fec944719324
child 41861 a58748300e61
--- a/mercurial/verify.py	Tue Nov 13 19:47:48 2018 -0500
+++ b/mercurial/verify.py	Wed Nov 14 15:07:02 2018 +0800
@@ -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()