Fix confusing messages shown by
authorZac Medico <zmedico@gentoo.org>
Sun, 26 Sep 2010 13:43:17 +0000 (06:43 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 26 Sep 2010 13:43:17 +0000 (06:43 -0700)
commitb8c77a67e0cf6348201dbdca8c58372ebb75b6f0
treec5e84a84cfe46a4a44ad45916f41decbb725ba36
parenta0c2fa6dd742a273d328238604594a78107581db
Fix confusing messages shown by
depgraph._show_missed_update_slot_conflicts() since the fix from
bug #337178.

When depgraph._add_pkg() was fixed to mask the higher version in
4bc78ab0b563697b98527eebcdfe474863383cf0, we didn't adjust the
parent_atoms variable so that it would contain parent atoms from
the versions being masked. This resulted in confusing messages from
depgraph._show_missed_update_slot_conflicts().
pym/_emerge/depgraph.py