diff hgext/largefiles/overrides.py @ 17892:ba0a1701c81a stable

i18n: add "i18n" comment to column positioning messages of "hg summary" This comment makes it easier to distinguish such messages from others for message translators.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Wed, 31 Oct 2012 03:59:28 +0900
parents d1d0140287b8
children afa7e6fa820b
line wrap: on
line diff
--- 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,