/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: Aaron Bentley
  • Date: 2007-08-21 01:32:29 UTC
  • mfrom: (2727 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2736.
  • Revision ID: aaron.bentley@utoronto.ca-20070821013229-miopsemz249tv0bl
Merge bzr.dev

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