/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

Merge trunk

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,