From 1a0bcd8f3ea1e8151b3026140f2f100c335c3df2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 27 Feb 2010 00:03:33 +0000 Subject: Bug #307021 - Show "Please fix" message in red instead of turquoise when repoman fails. svn path=/main/trunk/; revision=15471 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index 1d9d54b8..8e6a1ad1 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-18-g5258