Update unread news items in --pretend mode.
authorZac Medico <zmedico@gentoo.org>
Mon, 5 Sep 2011 00:58:44 +0000 (17:58 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 5 Sep 2011 00:58:44 +0000 (17:58 -0700)
commit8539b5778f1cea24aab4ff47b1b65516c254de1f
tree0ea85ba5db1bd68d4fd67c84bb4a07c1a928de88
parent22723ad12ea03fada67c7c80df66b4524cfe00be
Update unread news items in --pretend mode.

This has been disabled since commit
c7faa634369e61b87a40172ceb0a5cb9494fd518, but the only reason cited
was to avoid permissions issues. So, go ahead and enable it, and handle
PermissionDenied just in case. NOTE: The NewsManager typically handles
permission errors by returning silently, so PermissionDenied won't
necessarily be raised even if we do trigger a permission error.
pym/_emerge/actions.py