~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/__init__.py

  • Committer: Martin Pool
  • Date: 2007-12-14 07:35:49 UTC
  • mfrom: (3109 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3111.
  • Revision ID: mbp@sourcefrog.net-20071214073549-wpekccrsxjv77yze
Merge 1.0final back to trunk and bump to 1.1dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
        # time of this writing it's even the only known client -- vila20071203
140
140
        return StringIO(response_file.read())
141
141
 
142
 
    # TODO: Add tests for tail_amount or deprecate it
143
142
    def _get(self, relpath, ranges, tail_amount=0):
144
143
        """Get a file, or part of a file.
145
144