##// END OF EJS Templates
graft: fix formatting of message
Matt Mackall -
r15357:8ec1a2cf stable
parent child Browse files
Show More
@@ -2560,7 +2560,7 b' def graft(ui, repo, *revs, **opts):'
2560
2560
2561 for pos, ctx in enumerate(repo.set("%ld", revs)):
2561 for pos, ctx in enumerate(repo.set("%ld", revs)):
2562 current = repo['.']
2562 current = repo['.']
2563 ui.status('grafting revision %s', ctx.rev())
2563 ui.status('grafting revision %s\n' % ctx.rev())
2564
2564
2565 # we don't merge the first commit when continuing
2565 # we don't merge the first commit when continuing
2566 if not cont:
2566 if not cont:
General Comments 0
You need to be logged in to leave comments. Login now