~bzr-pqm/bzr/bzr.dev

  • Committer: Vincent Ladeuil
  • Date: 2008-05-18 13:59:54 UTC
  • mto: (3431.2.1 trunk)
  • Revision ID: v.ladeuil+lp@free.fr-20080518135954-o8v3f69soqztpg0f
Fix #230223 by making both http implementations raise appropriate exceptions.

* _urllib2_wrappers.py:
(HTTPDefaultErrorHandler.http_error_default): Fix the spelling
error and also mentioned the url.

* _urllib.py:
(HttpTransport_urllib._post): Since the error handling differs from
pycurl and we are used only by the smart client, treats 403 as a
SmartProtocolError,

* _pycurl.py:
(PyCurlTransport._raise_curl_http_error): Fix the spelling error and
also mentioned the url.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3302.9.27 16 years ago Vincent Ladeuil Fixed as per Ian's review. 1.8 KB Diff Download File
test_branch.py 2814.11.1 17 years ago Vincent Ladeuil Renamed install_hooks to start_logging_connections 1.5 KB Diff Download File
test_cat.py 2814.11.1 17 years ago Vincent Ladeuil Renamed install_hooks to start_logging_connections 2 KB Diff Download File
test_checkout.py 2955.5.1 17 years ago Vincent Ladeuil Reproduce bug 159150. * tests/commands/test_check 1.4 KB Diff Download File
test_commit.py 2817.4.3 17 years ago Vincent Ladeuil Add tests for commit, reuse master branch transpor 2.1 KB Diff Download File
test_init.py 2814.11.1 17 years ago Vincent Ladeuil Renamed install_hooks to start_logging_connections 1.1 KB Diff Download File
test_init_repository.py 2814.11.1 17 years ago Vincent Ladeuil Renamed install_hooks to start_logging_connections 1.1 KB Diff Download File
test_merge.py 2814.11.1 17 years ago Vincent Ladeuil Renamed install_hooks to start_logging_connections 1.4 KB Diff Download File
test_missing.py 2814.11.1 17 years ago Vincent Ladeuil Renamed install_hooks to start_logging_connections 1.3 KB Diff Download File
test_pull.py 2817.4.3 17 years ago Vincent Ladeuil Add tests for commit, reuse master branch transpor 2 KB Diff Download File
test_push.py 2814.11.1 17 years ago Vincent Ladeuil Renamed install_hooks to start_logging_connections 1.1 KB Diff Download File
test_update.py 2817.4.2 17 years ago Vincent Ladeuil Fix broken test. * bzrlib/tests/commands/test_upd 1.4 KB Diff Download File