~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_hashcache.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-12-02 04:45:19 UTC
  • mfrom: (2012.1.18 tree-compare)
  • Revision ID: pqm@pqm.ubuntu.com-20061202044519-b51893edd371d01d
New low-level interface for determining differences between trees

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
        abspath = './' + filename
141
141
        self._files[abspath] = (file_contents, self._clock)
142
142
 
143
 
    def _fingerprint(self, abspath):
 
143
    def _fingerprint(self, abspath, fs=None):
144
144
        entry = self._files[abspath]
145
145
        return (len(entry[0]),
146
146
                entry[1], entry[1],