Improve --resume handling of saved "favorites" argument atoms:
authorZac Medico <zmedico@gentoo.org>
Sat, 3 May 2008 19:00:47 +0000 (19:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 3 May 2008 19:00:47 +0000 (19:00 -0000)
commit43ceacb223cbc9ac91ae775cd62ca8513d201f6f
treece5e4a8ecb404ba149205a70f9b7b7696aef3142
parentcc23894f646812fc14d25f7b869772c8575880e7
Improve --resume handling of saved "favorites" argument atoms:

* Save the favorites in oneshot mode too since they're still useful for
  restoring state upon --resume.

* Add a depgraph._load_favorites() method to resume state from a previous
  select_files() call. This allows Package instances to be matched with
  DependencyArg instances during graph creation.

svn path=/main/trunk/; revision=10134
pym/_emerge/__init__.py