In depgraph._serialize_tasks(), when appropriate, execute uninstall tasks
authorZac Medico <zmedico@gentoo.org>
Sat, 14 Feb 2009 21:33:58 +0000 (21:33 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 14 Feb 2009 21:33:58 +0000 (21:33 -0000)
commit6c54b8b0d6d12f40f5172f573d7d030eafeaa9b0
tree862960275c8810369977d09019f343d2a12ffb01
parent17a1514896d582e4bcb74007ea76f436dd1ca76c
In depgraph._serialize_tasks(), when appropriate, execute uninstall tasks
sooner. This solves some cases of bug #256870 since there is a smaller window
of time for some other failure to cause the uninstall to get discarded.

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