projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67b341
)
Fix RepoMan's grammar.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 27 Aug 2007 23:08:10 +0000
(23:08 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 27 Aug 2007 23:08:10 +0000
(23:08 -0000)
svn path=/main/trunk/; revision=7711
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index eded5cb55727cfd1874458d40d8df747801a323f..e7b76cc68a762c07335be4748deb99c387bec10c 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1582,7
+1582,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.")