/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Vincent Ladeuil
  • Date: 2007-11-30 09:51:22 UTC
  • mto: (3059.2.1 173010)
  • Revision ID: v.ladeuil+lp@free.fr-20071130095122-6xz845lluzjp7tvs
Add -Dhttp support.

* bzrlib/transport/http/_urllib2_wrappers.py:
(HTTPConnection.__init__): Report the host we are about to connect
to if -Dhttp is used.
(AbstractHTTPHandler.do_open): Report requests and
responses (including headers) if -Dhttp is used.

* bzrlib/transport/http/_urllib.py: Fix some imports.
(HttpTransport_urllib._perform): Delete one mutter call since
-Dhttp provides better information.

* bzrlib/transport/http/_pycurl.py:
Fix some imports.
(PyCurlTransport._set_curl_options): Activate verbose output if
-Dhttp is used. Unfortunately this goes straight to stderr instead
of .bzr.log (libcurl provides an option but pycurl does not
implement it), but since we are debugging, I think it's
acceptable.

* bzrlib/transport/http/__init__.py:
(HttpTransportBase._coalesce_readv): Add a comment about the
servers that return the whole file ignoring the Ranges header.

* bzrlib/help_topics.py:
(_global_options): Add http.

* bzrlib/debug.py: 
Add 'http'.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3036.1.4 18 years ago Robert Collins Fix failing test due to correct check code. 36.3 KB Diff Download File
helpers.py 2951.1.5 18 years ago Robert Collins Some work towards including the correct changes fo 3.5 KB Diff Download File
test__generate_text_key_index.py 2988.1.3 18 years ago Robert Collins Add a new repositoy method _generate_text_key_inde 1 KB Diff Download File
test_break_lock.py 2592.3.214 18 years ago Robert Collins Merge bzr.dev. 2.3 KB Diff Download File
test_check.py 3036.1.1 18 years ago Robert Collins * ``check`` no longer reports spurious unreference 3.9 KB Diff Download File
test_check_reconcile.py 2988.1.3 18 years ago Robert Collins Add a new repositoy method _generate_text_key_inde 8.9 KB Diff Download File
test_commit_builder.py 2946.3.3 18 years ago John Arbash Meinel Prefer tree.get_root_id() as more explicit than tr 22.2 KB Diff Download File
test_fetch.py 2948.3.2 18 years ago John Arbash Meinel [merge] bzr.dev 2998 5.9 KB Diff Download File
test_fileid_involved.py 2946.3.3 18 years ago John Arbash Meinel Prefer tree.get_root_id() as more explicit than tr 12.4 KB Diff Download File
test_find_text_key_references.py 2988.1.2 18 years ago Robert Collins New Repository API find_text_key_references for us 1 KB Diff Download File
test_has_same_location.py 2671.1.5 18 years ago Andrew Bennetts Move has_same_location tests to a new file. 5.1 KB Diff Download File
test_is_write_locked.py 2904.1.1 18 years ago Robert Collins * New method ``bzrlib.repository.Repository.is_wri 1.3 KB Diff Download File
test_iter_reverse_revision_history.py 2858.2.1 18 years ago Martin Pool Remove most calls to safe_file_id and safe_revisio 5.6 KB Diff Download File
test_pack.py 2604.2.1 18 years ago Robert Collins (robertc) Introduce a pack command. 1016 bytes Diff Download File
test_reconcile.py 2951.1.6 18 years ago Robert Collins All check/reconcile tests passing now. 17.4 KB Diff Download File
test_repository.py 3015.2.17 18 years ago Robert Collins Merge the data-stream ordering fix. 36.7 KB Diff Download File
test_revision.py 1913.1.5 19 years ago John Arbash Meinel fix test name 4.3 KB Diff Download File
test_statistics.py 2258.1.2 19 years ago Robert Collins New version of gather_stats which gathers aggregat 3.7 KB Diff Download File
test_write_group.py 2592.3.244 18 years ago Martin Pool unlock while in a write group now aborts the write 3.7 KB Diff Download File