When selecting leaf nodes, if there is a mix of merge and uninstall
authorZac Medico <zmedico@gentoo.org>
Sat, 10 May 2008 08:35:22 +0000 (08:35 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 10 May 2008 08:35:22 +0000 (08:35 -0000)
commit16c494ec54475a4339e93e2c4e4447d5f9f5e029
treed5d2220ea020375af9024111c7a612e2883ee01a
parente66428d5cce37d174a1daeed80b9d24afa1e889a
When selecting leaf nodes, if there is a mix of merge and uninstall
nodes, save the uninstall nodes from later since sometimes a merge
node will render an install node unnecessary, and we want to avoid
doing a separate uninstall task in that case.

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