/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/http/_pycurl.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:
110
110
            self._set_connection(connection, None)
111
111
        return connection
112
112
 
113
 
    def should_cache(self):
114
 
        """Return True if the data pulled across should be cached locally.
115
 
        """
116
 
        return True
117
 
 
118
113
    def has(self, relpath):
119
114
        """See Transport.has()"""
120
115
        # We set NO BODY=0 in _get_full, so it should be safe