Clean up merge list handling:
authorZac Medico <zmedico@gentoo.org>
Fri, 2 May 2008 17:47:48 +0000 (17:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 2 May 2008 17:47:48 +0000 (17:47 -0000)
commiteabab3b356df168a03b79459183bd1f52049ab98
tree4d2c40c314cd2a43df20d4b0a2aa97e2375212dc
parent605cc2959c0316a4a3124595482eddcb10238dff
Clean up merge list handling:
* In depgraph.loadResumeCommand(), populate _serialized_tasks_cache so that
  it can be returned from depgraph.altlist().
* Handle --skipfirst instide depgraph.loadResumeCommand(), and fix it to skip
  the first "merge" task and never skip "uninstall" tasks.
* Always get the merge list from depgraph.altlist() instead of using
  the mtimedb directly. The list returned from depgraph.altlist()
  contains Package instances with cached metadata.
* Remove obsolete code from depgraph.display() and MergeTask.merge() since
  the merge list always comes from depgraph.altlist() now, and never directly
  from the mtimedb.

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