* Make pkgcmp() pass the ebuild revision directly into vercmp() since
authorZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 08:19:55 +0000 (08:19 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 08:19:55 +0000 (08:19 -0000)
commit6d98d4788348f34711420a8abcb62bb26d161871
treeba1771c2a4a787fe4d5adfc8d6822c3d3be7a31e
parent573ce721bd4ed67b979b56fdd996aa21fdb8faf2
* Make pkgcmp() pass the ebuild revision directly into vercmp() since
  there is code there to handle it already. This eliminates some
  redundant revision comparison code. Thanks to peper for the patch.

* Add some vercmp() test cases for comparison of ebuild revisions.

svn path=/main/trunk/; revision=9178
pym/portage/tests/versions/test_vercmp.py
pym/portage/versions.py