##// END OF EJS Templates
graft: use status verbosity for reporting grafts
Matt Mackall -
r15260:be2c67a8 default
parent child Browse files
Show More
@@ -2556,7 +2556,7 b' def graft(ui, repo, *revs, **opts):'
2556
2556
2557 for pos, ctx in enumerate(repo.set("%ld", revs)):
2557 for pos, ctx in enumerate(repo.set("%ld", revs)):
2558 current = repo['.']
2558 current = repo['.']
2559 ui.debug('grafting revision %s', ctx.rev())
2559 ui.status('grafting revision %s', ctx.rev())
2560
2560
2561 # we don't merge the first commit when continuing
2561 # we don't merge the first commit when continuing
2562 if not cont:
2562 if not cont:
General Comments 0
You need to be logged in to leave comments. Login now