~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Martin Pool
  • Date: 2005-09-15 05:24:56 UTC
  • Revision ID: mbp@sourcefrog.net-20050915052455-195ea48b111406b0
- add test for commit of an empty tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
496
496
 
497
497
 
498
498
    def __ne__(self, other):
499
 
        return not (self == other)
 
499
        return not self.__eq__(other)
500
500
 
501
501
 
502
502
    def __hash__(self):