/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-21 03:53:07 UTC
  • mfrom: (2736 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2738.
  • Revision ID: mbp@sourcefrog.net-20070821035307-krkxgs8g0eryzl2r
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,