/brz/remove-bazaar

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

Viewing all changes in revision 1948.3.4.

  • Committer: Vincent LADEUIL
  • Date: 2006-08-28 10:03:20 UTC
  • mto: (1711.9.13 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1978.
  • Revision ID: v.ladeuil@alplog.fr-20060828100320-195cc799942db415
Transports accepts file-like objects only no strings anymore.

* bzrlib/transport/__init__.py:
(Transport._pump):     No    more     need     to    check     for
isinstance(xxx,basestring).

* bzrlib/tests/test_transport_implementations.py:
(TransportTests.test_put): Cast to StringIO before calling put.

* bzrlib/branch.py:
(BzrBranch.set_parent): Cast to StringIO before calling put.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: