Support specifying exclude list as multiple arguments.
authorMichał Górny <gentoo@mgorny.alt.pl>
Wed, 19 May 2010 19:39:26 +0000 (21:39 +0200)
committerZac Medico <zmedico@gentoo.org>
Thu, 20 May 2010 04:16:23 +0000 (21:16 -0700)
commitfe96679e58227d514067f63438ed0ab9343bfc2f
treecf0a455ab49ac8958e18f9ad589b733ee5737c34
parent0b5d13e1d8510264b6f61bb9c8cb8d80c18bfcb2
Support specifying exclude list as multiple arguments.

Instead of relying on user to provide the whole exclude list as a
space-separated list in a single argument (which is uncomfortable),
allow him/her to specify '--exclude' multiple times, joining the
provided atom lists together.
pym/_emerge/depgraph.py
pym/_emerge/main.py