Mercurial > hg > mercurial-source
changeset 15260:be2c67a8bf88
graft: use status verbosity for reporting grafts
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 14 Oct 2011 15:40:50 -0500 (2011-10-14) |
parents | 1d1f6dff9364 |
children | e2df5b866d22 |
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 @@ -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: