Rev 3063: Fix typo so that all tests pass now (after merging bzr.dev to get rid of in file:///v/home/vila/src/bzr/bugs/173010/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Dec 3 09:14:12 GMT 2007


At file:///v/home/vila/src/bzr/bugs/173010/

------------------------------------------------------------
revno: 3063
revision-id:v.ladeuil+lp at free.fr-20071203091407-en2nm0ktfs2f9sg2
parent: v.ladeuil+lp at free.fr-20071203090316-33541cdjukhvqqop
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 173010
timestamp: Mon 2007-12-03 10:14:07 +0100
message:
  Fix typo so that all tests pass now (after merging bzr.dev to get rid of
  the is_ancestor failure).
  
  * bzrlib/transport/http/_pycurl.py:
  (PyCurlTransport._get_ranged): Fix typo.
modified:
  bzrlib/transport/http/_pycurl.py pycurlhttp.py-20060110060940-4e2a705911af77a6
-------------- next part --------------
=== modified file 'bzrlib/transport/http/_pycurl.py'
--- a/bzrlib/transport/http/_pycurl.py	2007-12-03 08:33:06 +0000
+++ b/bzrlib/transport/http/_pycurl.py	2007-12-03 09:14:07 +0000
@@ -231,7 +231,7 @@
             raise errors.InvalidHttpRange(abspath, range_header,
                                           'Server return code %d'
                                           % curl.getinfo(pycurl.HTTP_CODE))
-        msg = self.__parse_headers(header)
+        msg = self._parse_headers(header)
         return code, response.handle_response(abspath, code, msg, data)
 
     def _parse_headers(self, status_and_headers):



More information about the bazaar-commits mailing list