From 53537d28745eae6346c9da1e5d032357dd726725 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 5 Oct 2007 03:13:52 +0000 Subject: Fix logic for the message that's show when --force is disabled. (trunk r7915) svn path=/main/branches/2.1.2/; revision=7937 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index 6905731c7..49b3d8a64 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1696,7 +1696,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