~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_interbranch/test_push.py

Merge cleanup into first-try

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
from bzrlib.tests.per_interbranch import (
40
40
    TestCaseWithInterBranch,
41
41
    )
42
 
from bzrlib.transport import get_transport
43
42
from bzrlib.tests import test_server
44
43
 
45
44