* Make pkgcmp() pass the ebuild revision directly into vercmp() since
authorZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 11:41:55 +0000 (11:41 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 11:41:55 +0000 (11:41 -0000)
commitaa0f91ba8b6da92a059830bc2d10c5c8552c733e
tree35f8cc475b50816d8c01f0803760e80230ba34b6
parent020d2ce7c8a81434de1d86d67e9594875720f3db
* 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.

(trunk r9178)

svn path=/main/branches/2.1.2/; revision=9182
pym/portage_versions.py
tests/portage_versions/test_vercmp.py