From 6b6bb458cabc1219284d10ffd934147b2dc3567a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 2 Mar 2010 21:06:14 +0000 Subject: Bug #307021 - Show "Please fix" message in red instead of turquoise when repoman fails. (trunk r15471) svn path=/main/branches/2.1.7/; revision=15680 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index 52d1b019f..79a0cccfc 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1952,7 +1952,7 @@ if options.mode != 'commit': elif not dofail: print(green("RepoMan sez:"),"\"If everyone were like you, I'd be out of business!\"") elif dofail: - print(turquoise("Please fix these important QA issues first.")) + print(bad("Please fix these important QA issues first.")) print(green("RepoMan sez:"),"\"Make your QA payment on time and you'll never see the likes of me.\"\n") sys.exit(1) else: -- cgit v1.2.3-1-g7c22