unmerge: split out _unmerge_display() function
authorZac Medico <zmedico@gentoo.org>
Mon, 23 May 2011 21:21:43 +0000 (14:21 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 26 May 2011 04:26:31 +0000 (21:26 -0700)
commit23ce830068c4025201225470f6bcf785c9ecd51c
treea4f54cf7308c9cd89578f2a888d540749ade22c2
parent907c7003b583ea9b14ec7886b2cdc4d94244515e
unmerge: split out _unmerge_display() function

This will be useful for adding asynchronous support to the
PackageUninstall class, since it will be able to call
_unmerge_display() for the display portion, and then do the
actual unmerge asynchronously.
pym/_emerge/unmerge.py