/brz/remove-bazaar

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

  • Committer: Andrew Bennetts
  • Date: 2008-07-21 04:24:21 UTC
  • Revision ID: andrew.bennetts@canonical.com-20080721042421-63lh85e76o57jch4
Read no more then 64k at a time in the smart protocol code.

The logic for this has been moved entirely into bzrlib.smart.medium, and
duplication (both in that module, and in bzrlib.smart.protocol) has been mostly
refactored out.  In particular there's now a SmartMedium base class used for
both client- and server-side media, and only one place that reading a line is
implemented.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3302.9.27 17 years ago Vincent Ladeuil Fixed as per Ian's review. 1.8 KB Diff Download File
test_branch.py 2814.11.1 18 years ago Vincent Ladeuil Renamed install_hooks to start_logging_connections 1.5 KB Diff Download File
test_cat.py 2814.11.1 18 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 18 years ago Vincent Ladeuil Renamed install_hooks to start_logging_connections 1.1 KB Diff Download File
test_init_repository.py 2814.11.1 18 years ago Vincent Ladeuil Renamed install_hooks to start_logging_connections 1.1 KB Diff Download File
test_merge.py 2814.11.1 18 years ago Vincent Ladeuil Renamed install_hooks to start_logging_connections 1.4 KB Diff Download File
test_missing.py 2814.11.1 18 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 3221.19.1 17 years ago Ian Clatworthy refactor cmd_push to use a helper function 1.2 KB Diff Download File
test_update.py 2817.4.2 18 years ago Vincent Ladeuil Fix broken test. * bzrlib/tests/commands/test_upd 1.4 KB Diff Download File