Save QA output so that it can be conveniently displayed
authorZac Medico <zmedico@gentoo.org>
Sat, 15 Dec 2007 00:32:56 +0000 (00:32 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 15 Dec 2007 00:32:56 +0000 (00:32 -0000)
commit76b4466b91e7d1eec138ba6881b8cf32840d426e
treeccaedb6b95fe4647d6ba6cfffbdcb1d4ae96e730
parentd9bcfb71cc43b2aa4221962fd89a5075da44d0b1
Save QA output so that it can be conveniently displayed
in $EDITOR while the user creates a commit message.
Otherwise, the user would not be able to see this output
once the editor has taken over the screen.

Output is done through a formatter object where it is
captured for later use. A file-like object that behaves
something like the portage.output.colorize() function is
used to transfor style identifiers from the formatter
framework into actual console codes.

(trunk r8925)

svn path=/main/branches/2.1.2/; revision=8926
bin/repoman