Mercurial > hg > mercurial-source
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 +++ b/mercurial/commands.py @@ -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: