Mercurial > hg
changeset 12861:1c57a66bf985 stable
rebase: abort message should appear even with --quiet
author | timeless <timeless@gmail.com> |
---|---|
date | Tue, 26 Oct 2010 14:41:58 +0300 |
parents | db2ff771204d |
children | 9d6adddc8eea |
files | hgext/rebase.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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):