/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/ftp.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:
183
183
        #raise TransportError(msg='Error for path: %s' % (path,), orig_error=e)
184
184
        raise
185
185
 
186
 
    def should_cache(self):
187
 
        """Return True if the data pulled across should be cached locally.
188
 
        """
189
 
        return True
190
 
 
191
186
    def _remote_path(self, relpath):
192
187
        # XXX: It seems that ftplib does not handle Unicode paths
193
188
        # at the same time, medusa won't handle utf8 paths So if