~ubuntu-branches/ubuntu/hardy/bzr/hardy-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Etienne Goyer
  • Date: 2007-06-14 16:20:21 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20070614162021-mfokj7k70cv65j6n
Tags: 0.17~rc1-0ubuntu1
* New upstream development release
* debian/control: Setted Maintainer to ubuntu-dev, added Original-Maitainer 
* debian/rules: also remove man1/* and doc/developers/*.htm in the clean
  target

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'