/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/__init__.py

  • Committer: Robert J. Tanner
  • Date: 2009-04-29 05:53:21 UTC
  • mfrom: (4311 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4312.
  • Revision ID: tanner@real-time.com-20090429055321-v2s5l1mgki9f6cgn
[merge] 1.14 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
            self._medium = SmartClientHTTPMedium(self)
172
172
        return self._medium
173
173
 
174
 
 
175
174
    def _degrade_range_hint(self, relpath, ranges, exc_info):
176
175
        if self._range_hint == 'multi':
177
176
            self._range_hint = 'single'