Make dbapi.update_ents() take a dict of {repo_name: list}, since it's
authorZac Medico <zmedico@gentoo.org>
Wed, 28 Jul 2010 00:45:27 +0000 (17:45 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 28 Jul 2010 00:45:27 +0000 (17:45 -0700)
commit03aea0b5b8355cbb3599c0272dbcc8c24179a574
tree8d1ab607c35af19c200fb8d4ae8dc7a7576c309f
parentc70f90b3cf0d55f569783d07202b3819d11dc018
Make dbapi.update_ents() take a dict of {repo_name: list}, since it's
most efficient to process all repos at once.
bin/emaint
pym/portage/_global_updates.py
pym/portage/dbapi/__init__.py