Show More
@@ -2561,7 +2561,7 b' def graft(ui, repo, *revs, **opts):' | |||
|
2561 | 2561 | |
|
2562 | 2562 | for pos, ctx in enumerate(repo.set("%ld", revs)): |
|
2563 | 2563 | current = repo['.'] |
|
2564 | ui.status('grafting revision %s\n' % ctx.rev()) | |
|
2564 | ui.status(_('grafting revision %s\n') % ctx.rev()) | |
|
2565 | 2565 | |
|
2566 | 2566 | # we don't merge the first commit when continuing |
|
2567 | 2567 | if not cont: |
General Comments 0
You need to be logged in to leave comments.
Login now