diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-29 11:03:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-29 11:03:15 +0000 |
commit | 179f4294839d7682dde2503d6020d7cfdd6b2d10 (patch) | |
tree | 14961ac5ce51a5b483690aacda1517e130fdddb5 | |
parent | ae31b1bd6c16d13dd48b75bf65dff5cd7b708ec0 (diff) | |
download | portage-179f4294839d7682dde2503d6020d7cfdd6b2d10.tar.gz portage-179f4294839d7682dde2503d6020d7cfdd6b2d10.tar.bz2 portage-179f4294839d7682dde2503d6020d7cfdd6b2d10.zip |
tweak multiline whitespace display cause i'm anal like that
svn path=/main/trunk/; revision=2491
-rwxr-xr-x | bin/repoman | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman index 8937a5799..643d9bec1 100755 --- a/bin/repoman +++ b/bin/repoman @@ -287,7 +287,7 @@ def last(): print bold("Note: type \"repoman lfull\" for a complete listing of repomans last run.") print if dowarn and not dofail: - print green("RepoMan sez:"),"\"You only gave me a partial QA payment last time?\nI took it, but I wasn't happy.\"" + print green("RepoMan sez:"),"\"You only gave me a partial QA payment last time?\n I took it, but I wasn't happy.\"" elif not dofail: print green("RepoMan sez:"),"\"If everyone were like you, I'd be out of business!\"" print @@ -1285,7 +1285,7 @@ if mymode!="commit": print bold("Note: type \"repoman full\" for a complete listing.") print if dowarn and not dofail: - print green("RepoMan sez:"),"\"You're only giving me a partial QA payment?\nI'll take it this time, but I'm not happy.\"" + print green("RepoMan sez:"),"\"You're only giving me a partial QA payment?\n I'll take it this time, but I'm not happy.\"" elif not dofail: print green("RepoMan sez:"),"\"If everyone were like you, I'd be out of business!\"" print |