hgext/largefiles/overrides.py
branchstable
changeset 17892 ba0a1701c81a
parent 17878 d1d0140287b8
child 17894 afa7e6fa820b
--- a/hgext/largefiles/overrides.py	Wed Oct 31 03:59:27 2012 +0900
+++ b/hgext/largefiles/overrides.py	Wed Oct 31 03:59:28 2012 +0900
@@ -1022,10 +1022,13 @@
     if opts.pop('large', None):
         toupload = getoutgoinglfiles(ui, repo, None, **opts)
         if toupload is None:
+            # i18n: column positioning for "hg summary"
             ui.status(_('largefiles: No remote repo\n'))
         elif not toupload:
+            # i18n: column positioning for "hg summary"
             ui.status(_('largefiles: (no files to upload)\n'))
         else:
+            # i18n: column positioning for "hg summary"
             ui.status(_('largefiles: %d to upload\n') % len(toupload))
 
 def scmutiladdremove(orig, repo, pats=[], opts={}, dry_run=None,