rebase: abort message should appear even with --quiet

This commit is contained in:
timeless 2010-10-26 14:41:58 +03:00
parent ebc8faba4a
commit 0b7bb71571

View File

@ -451,7 +451,7 @@ def abort(repo, originalwd, target, state):
# 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):