~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Ian Clatworthy
  • Date: 2008-04-23 05:12:12 UTC
  • mto: (4171.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 4173.
  • Revision ID: ian.clatworthy@canonical.com-20080423051212-qmlwrnkd2yxjjaci
incorporate jameinel's review feedback

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
        cache_filename = wt_trans.local_abspath('stat-cache')
253
253
        self._hashcache = hashcache.HashCache(basedir, cache_filename,
254
254
            self._control_files._file_mode,
255
 
            lambda(p): self._content_filter_stack(p))
 
255
            lambda path, file_id: self._content_filter_stack(path, file_id))
256
256
        hc = self._hashcache
257
257
        hc.read()
258
258
        # is this scan needed ? it makes things kinda slow.