Save QA output so that it can be conveniently displayed
authorZac Medico <zmedico@gentoo.org>
Sat, 15 Dec 2007 00:18:15 +0000 (00:18 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 15 Dec 2007 00:18:15 +0000 (00:18 -0000)
commitdd45d2ad497283a79ea15f577b4981d31126ede0
treedc9399af957fa7a1d8f0fff4d25e3c7364c3b626
parent5b16f3e4d0729c3f2b1d65a49d3bcf33aa2a2901
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.

svn path=/main/trunk/; revision=8925
bin/repoman