hgext/rebase.py
changeset 11203 7a9cf012dddc
parent 11201 34023f2ca305
child 11204 54e93b86a9e3
--- 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: