branch | stable |
changeset 40438 | e5f54c4ec075 |
parent 40390 | 7e3b6c4f01a2 |
child 40682 | 437520219e0c |
--- a/mercurial/hg.py Wed Nov 14 15:07:02 2018 +0800 +++ b/mercurial/hg.py Wed Nov 14 15:06:21 2018 +0800 @@ -365,7 +365,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)