graft: mark a string for translation stable
authorStefano Tortarolo <stefano.tortarolo@gmail.com>
Tue, 08 Nov 2011 21:31:39 +0100
branchstable
changeset 15463 e1005da0ae04
parent 15462 2b1ec74c961f
child 15464 3411a83e232a
graft: mark a string for translation
mercurial/commands.py
--- 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: