From b9e508c0ebe71b004a86294e06b5e5fb71ece9f1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 4 Oct 2007 06:46:44 +0000 Subject: Fix logic for the message that's show when --force is disabled. svn path=/main/trunk/; revision=7915 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index a5e832405..d3b0b598d 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1606,7 +1606,7 @@ else: " \"You want to commit even with these QA issues?\n" + \ " I'll take it this time, but I'm not happy.\"\n" elif dofail: - if "--force" in myoptions: + if "--force" in myoptions and not can_force: print bad("The --force option has been disabled due to extraordinary issues.") print turquoise("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" -- cgit v1.2.3-1-g7c22