Implement Manifest2Entry.__ne__() so that comparisons inside Manifest.write()
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:31:39 +0000 (03:31 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:31:39 +0000 (03:31 -0000)
commit9c5756fd0ea81a29545b94822e50ed4d24aab93e
tree2baad59487b03cad14fc08aebb5151d7c2c50009
parent0d482074f71a8baf2cc585b1c78e5b4b010a0982
Implement Manifest2Entry.__ne__() so that comparisons inside Manifest.write()
work properly (to avoid rewriting an identical manifest when possible).
(trunk r12567)

svn path=/main/branches/2.1.6/; revision=12848
pym/portage/manifest.py