~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-16 04:42:31 UTC
  • mfrom: (2701.1.3 remove-should-cache)
  • Revision ID: pqm@pqm.ubuntu.com-20070816044231-k9pvlics7hlhxuw5
Remove Transport.should_cache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                              prefixed=prefixed, compressed=compressed,
59
59
                              dir_mode=dir_mode,
60
60
                              file_mode=file_mode)
61
 
            #if self._transport.should_cache():
62
 
            #    cache_path = os.path.join(self.cache_root, name)
63
 
            #    os.mkdir(cache_path)
64
 
            #    store = bzrlib.store.CachedStore(store, cache_path)
65
61
            return store
66
62
 
67
63
        # not broken out yet because the controlweaves|inventory_store