[PATCH stable] localrepo: mark progress step for translation

Wagner Bruna wagner.bruna+mercurial at gmail.com
Sun Jun 26 13:51:13 CDT 2011


# HG changeset patch
# User Wagner Bruna <wbruna at yahoo.com>
# Date 1309114059 10800
# Branch stable
# Node ID 2b1114268938993095dc6c4658a8972330a69f82
# Parent  e9ed3506f066fe5ca88db31fbdea76e0244a9d7f
localrepo: mark progress step for translation

diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -1773,7 +1773,7 @@
 
             # process the files
             self.ui.status(_("adding file changes\n"))
-            pr.step = 'files'
+            pr.step = _('files')
             pr.count = 1
             pr.total = efiles
             source.callback = None


More information about the Mercurial-devel mailing list