mercurial/hg.py
changeset 40639 437520219e0c
parent 40576 85bf93def065
parent 40617 e5f54c4ec075
child 40996 6f2510b581a0
--- a/mercurial/hg.py	Mon Nov 05 22:58:19 2018 +0100
+++ b/mercurial/hg.py	Thu Nov 15 20:20:31 2018 +0900
@@ -366,7 +366,7 @@
     try:
         hardlink = None
         topic = _('linking') if hardlink else _('copying')
-        with ui.makeprogress(topic) as progress:
+        with ui.makeprogress(topic, unit=_('files')) as progress:
             num = 0
             srcpublishing = srcrepo.publishing()
             srcvfs = vfsmod.vfs(srcrepo.sharedpath)