/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: 2006-07-28 16:52:19 UTC
  • mfrom: (1558.14.10 Aaron's integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060728165219-3a441adb0af54ef8
Copyright statements use # to start all lines

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""http/https transport using pycurl"""
18
18
 
19
19
# TODO: test reporting of http errors
20
 
 
 
20
#
21
21
# TODO: Transport option to control caching of particular requests; broadly we
22
22
# would want to offer "caching allowed" or "must revalidate", depending on
23
23
# whether we expect a particular file will be modified after it's committed.