cvstree.getentries: handle "ignored" files in cvs
authorZac Medico <zmedico@gentoo.org>
Tue, 28 Feb 2012 04:57:35 +0000 (20:57 -0800)
committerZac Medico <zmedico@gentoo.org>
Tue, 28 Feb 2012 04:57:35 +0000 (20:57 -0800)
commitef4fc7d5347e96e085c11d8843cceae1f433fe24
tree2b0d4546c3244a6e0f93c744f5b684327bdc49a9
parentb684a8d3a73da02423d090c58c0f1536c25b093b
cvstree.getentries: handle "ignored" files in cvs

It's possible for files to be under version control even though they
match our ignore filter, so don't ignore them if they are listed in the
"Entries" file. Thanks to Mike Gilbert <floppym@gentoo.org> for
reporting in this blog post:

http://floppym.blogspot.com/2012/02/cvs-status-display-cvs-checkout-in-svn.html
pym/portage/cvstree.py