hgext/largefiles/lfutil.py
changeset 28464 6e34690230c0
parent 27947 571ba161f6be
child 28560 bfbd3f02b442
--- a/hgext/largefiles/lfutil.py	Fri Mar 11 22:21:43 2016 +0800
+++ b/hgext/largefiles/lfutil.py	Fri Mar 11 22:26:06 2016 +0800
@@ -468,7 +468,7 @@
 def getlfilestoupload(repo, missing, addfunc):
     for i, n in enumerate(missing):
         repo.ui.progress(_('finding outgoing largefiles'), i,
-            unit=_('revision'), total=len(missing))
+            unit=_('revisions'), total=len(missing))
         parents = [p for p in repo.changelog.parents(n) if p != node.nullid]
 
         oldlfstatus = repo.lfstatus