projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2861723
)
Fix RepoMan's grammar. (trunk r7711)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 6 Sep 2007 17:50:06 +0000
(17:50 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 6 Sep 2007 17:50:06 +0000
(17:50 -0000)
svn path=/main/branches/2.1.2/; revision=7740
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 163388865260f1844e1791c824718834b2bc3726..4c98eb9314728a867c32414ce5b2cbc95c9452e7 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1580,7
+1580,7
@@
if mymode!="commit":
else:
if dofail and "--force" in myoptions and "--pretend" not in myoptions:
print green("RepoMan sez:") + \
- " \"You want commit even with these QA issues?\n" + \
+ " \"You want
to
commit even with these QA issues?\n" + \
" I'll take it this time, but I'm not happy.\"\n"
elif dofail:
print turquoise("Please fix these important QA issues first.")