/brz/remove-bazaar

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

  • Committer: Robert Collins
  • Date: 2007-10-02 05:33:39 UTC
  • Revision ID: robertc@robertcollins.net-20071002053339-vnyjf4jrxv0jeekf
* Move transport logging into a new transport class
  TransportTraceDecorator (trace+ to get it from a url).
* Give Registry a useful __repr__.
* Fix a bug introduced by the change to use a Registry for transport where
  the transport loading tests left global state behind due to the
  _get_protocol_handlers method returning a reference, not a value object.
* Add an upper_limit parameter to readv, because when asking for byte
  ranges within the latency-adjustment window near the end of the file
  causes errors that are tricky to manage.
* A few minor drive-by formatting fixes.
* The TransportDecorator constructor now accepts a _from_transport
  parameter for decorators that want to share state (used by the trace
  decorator)
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2485.8.57 18 years ago Vincent Ladeuil Cosmetic changes. 1.4 KB Diff Download File
test_branch.py 2485.8.59 18 years ago Vincent Ladeuil Update from review comments. * bzrlib/tests/black 1.5 KB Diff Download File
test_cat.py 2485.8.62 18 years ago Vincent Ladeuil From review comments, fix typos and deprecate some 1.9 KB Diff Download File
test_checkout.py 2485.8.59 18 years ago Vincent Ladeuil Update from review comments. * bzrlib/tests/black 1.1 KB Diff Download File
test_init.py 2485.8.59 18 years ago Vincent Ladeuil Update from review comments. * bzrlib/tests/black 1.1 KB Diff Download File
test_init_repository.py 2485.8.59 18 years ago Vincent Ladeuil Update from review comments. * bzrlib/tests/black 1.1 KB Diff Download File
test_merge.py 2485.8.59 18 years ago Vincent Ladeuil Update from review comments. * bzrlib/tests/black 1.4 KB Diff Download File
test_missing.py 2485.8.59 18 years ago Vincent Ladeuil Update from review comments. * bzrlib/tests/black 1.4 KB Diff Download File
test_pull.py 2485.8.59 18 years ago Vincent Ladeuil Update from review comments. * bzrlib/tests/black 1.3 KB Diff Download File
test_push.py 2485.8.59 18 years ago Vincent Ladeuil Update from review comments. * bzrlib/tests/black 1.1 KB Diff Download File