~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: 2009-03-20 05:08:48 UTC
  • mfrom: (4171.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090320050848-c1wdgzf5kkfdt1ys
Content filters (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
                10, 20,
147
147
                stat.S_IFREG | 0600)
148
148
 
149
 
    def _really_sha1_file(self, abspath):
 
149
    def _really_sha1_file(self, abspath, filters):
150
150
        if abspath in self._files:
151
151
            return sha1(self._files[abspath][0])
152
152
        else: