/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/transport/local.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:
65
65
        super(LocalTransport, self).__init__(base)
66
66
        self._local_base = urlutils.local_path_from_url(base)
67
67
 
68
 
    def should_cache(self):
69
 
        return False
70
 
 
71
68
    def clone(self, offset=None):
72
69
        """Return a new LocalTransport with root at self.base + offset
73
70
        Because the local filesystem does not require a connection,