mercurial/commands.py
branchstable
changeset 15463 e1005da0ae04
parent 15381 c519cd8f0169
child 15471 f520c9616db5
child 15506 dc9fb7015d7f
--- 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: