author | timeless <timeless@gmail.com> |
Tue, 26 Oct 2010 14:41:58 +0300 | |
branch | stable |
changeset 12861 | 1c57a66bf985 |
parent 12860 | db2ff771204d |
child 12862 | 9d6adddc8eea |
hgext/rebase.py | file | annotate | diff | comparison | revisions |
--- a/hgext/rebase.py Wed Oct 27 12:13:49 2010 -0200 +++ b/hgext/rebase.py Tue Oct 26 14:41:58 2010 +0300 @@ -451,7 +451,7 @@ # no backup of rebased cset versions needed repair.strip(repo.ui, repo, repo[strippoint].node()) clearstatus(repo) - repo.ui.status(_('rebase aborted\n')) + repo.ui.warn(_('rebase aborted\n')) return 0 def buildstate(repo, dest, src, base, detach):