# HG changeset patch # User Stefano Tortarolo # Date 1320784299 -3600 # Node ID e1005da0ae04520fb28cbd91bfea0ad99618726b # Parent 2b1ec74c961fcff3e003fb57275d15a3528f97ca graft: mark a string for translation diff -r 2b1ec74c961f -r e1005da0ae04 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: