~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/chroot.py

Commit current test pass improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from bzrlib import errors, urlutils
23
23
from bzrlib.transport import (
24
24
    get_transport,
 
25
    local,
25
26
    register_transport,
26
27
    Server,
27
28
    Transport,