# HG changeset patch # User Matt Mackall # Date 1318624850 18000 # Node ID be2c67a8bf886601671b6103a9b405ebd7d4b030 # Parent 1d1f6dff93649268416162d983e6c34effd25fea graft: use status verbosity for reporting grafts diff -r 1d1f6dff9364 -r be2c67a8bf88 mercurial/commands.py --- a/mercurial/commands.py Fri Oct 14 19:10:36 2011 +0200 +++ b/mercurial/commands.py Fri Oct 14 15:40:50 2011 -0500 @@ -2556,7 +2556,7 @@ for pos, ctx in enumerate(repo.set("%ld", revs)): current = repo['.'] - ui.debug('grafting revision %s', ctx.rev()) + ui.status('grafting revision %s', ctx.rev()) # we don't merge the first commit when continuing if not cont: