changeset 15463:e1005da0ae04 stable

graft: mark a string for translation
author Stefano Tortarolo <stefano.tortarolo@gmail.com>
date Tue, 08 Nov 2011 21:31:39 +0100
parents 2b1ec74c961f
children 3411a83e232a
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Nov 09 16:55:59 2011 -0800
+++ b/mercurial/commands.py	Tue Nov 08 21:31:39 2011 +0100
@@ -2561,7 +2561,7 @@
 
     for pos, ctx in enumerate(repo.set("%ld", revs)):
         current = repo['.']
-        ui.status('grafting revision %s\n' % ctx.rev())
+        ui.status(_('grafting revision %s\n') % ctx.rev())
 
         # we don't merge the first commit when continuing
         if not cont: