/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/workingtree.py

  • Committer: Martin Pool
  • Date: 2008-05-12 05:46:44 UTC
  • mto: (3407.2.18 controlfiles)
  • mto: This revision was merged to the branch mainline in revision 3445.
  • Revision ID: mbp@sourcefrog.net-20080512054644-b203t92q8kv8x9ic
Change some callers to get file and directory permissions from bzrdir not LockableFiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
        wt_trans = self.bzrdir.get_workingtree_transport(None)
225
225
        cache_filename = wt_trans.local_abspath('stat-cache')
226
226
        self._hashcache = hashcache.HashCache(basedir, cache_filename,
227
 
                                              self._control_files._file_mode)
 
227
            self.bzrdir._get_file_mode())
228
228
        hc = self._hashcache
229
229
        hc.read()
230
230
        # is this scan needed ? it makes things kinda slow.