emerge_main: disable color earlier
authorZac Medico <zmedico@gentoo.org>
Mon, 15 Oct 2012 15:02:20 +0000 (08:02 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 15 Oct 2012 15:02:20 +0000 (08:02 -0700)
commit4eca58411a58fa52cb18f694a899d88e2d93d242
tree3cb7efb0c7915a04706cedec5041f15019b1b133
parent374ddd242394d510beea46013281de8d9ec50671
emerge_main: disable color earlier

Since commit 2ca487f929962154488999a125a7387eeb44be88, --help has not
respected --color=n and related options, since it's been optimized to
bypass options and config parsing. Now it's fixed to show without
colors in this optimized case (help with colors may be shown in some
other cases, like when emerge is called with zero arguments).
pym/_emerge/main.py