/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: Aaron Bentley
  • Date: 2007-06-12 14:57:07 UTC
  • mfrom: (2523 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2527.
  • Revision ID: abentley@panoramicfeedback.com-20070612145707-6ul10rmeln23my4f
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
255
255
 
256
256
        try_again = False
257
257
        # The server does not gives us enough data or
258
 
        # bogus-looking result, let's try again with
 
258
        # a bogus-looking result, let's try again with
259
259
        # a simpler request if possible.
260
260
        if self._range_hint == 'multi':
261
261
            self._range_hint = 'single'