-
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.