diff -r f974fe896921 -r 7a9cf012dddc hgext/rebase.py --- 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: