/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_hashcache.py

Merge from bzr.dev.

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],