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>
Mon, 23 May 2011 21:21:43 +0000 (14:21 -0700)
commit342d33e12301708623454743da3aa0455f890c89
treec948c1ad1d4e76e2975f8fd3b8d27729bdd0277c
parent8597e3abb9e4748e1293e4af18396211f7b1176e
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