Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hg.py @ 40682:437520219e0c
merge with stable
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 15 Nov 2018 20:20:31 +0900 |
parents | 85bf93def065 e5f54c4ec075 |
children | 6f2510b581a0 |
line wrap: on
line diff
--- 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)