Mercurial > public > mercurial-scm > hg-stable
diff hgext/rebase.py @ 11203:7a9cf012dddc
rebase: only show "rebase completed" message with -v
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 20 May 2010 15:15:11 -0500 |
parents | 34023f2ca305 |
children | 54e93b86a9e3 |
line wrap: on
line diff
--- a/hgext/rebase.py Thu May 20 13:27:28 2010 -0500 +++ b/hgext/rebase.py Thu May 20 15:15:11 2010 -0500 @@ -212,7 +212,7 @@ repair.strip(ui, repo, repo[min(rebased)].node(), "all") clearstatus(repo) - ui.status(_("rebase completed\n")) + ui.note(_("rebase completed\n")) if os.path.exists(repo.sjoin('undo')): util.unlink(repo.sjoin('undo')) if skipped: