Implement Manifest2Entry.__ne__() so that comparisons inside Manifest.write()
authorZac Medico <zmedico@gentoo.org>
Sat, 31 Jan 2009 20:43:26 +0000 (20:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 31 Jan 2009 20:43:26 +0000 (20:43 -0000)
commit351668a24882416c86293e700a826bad6c3070a4
tree354f4a53f1fb22393ce7331a5e0c19a7f270e51f
parent9dd3f5839dcf2910ced109860b4ef94626f2fbda
Implement Manifest2Entry.__ne__() so that comparisons inside Manifest.write()
work properly (to avoid rewriting an identical manifest when possible).

svn path=/main/trunk/; revision=12567
pym/portage/manifest.py