/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: Martin Pool
  • Date: 2007-08-16 06:43:12 UTC
  • mfrom: (2713 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2714.
  • Revision ID: mbp@sourcefrog.net-20070816064312-bnv2krf6xntvf3td
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,