/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_mv.py

Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from bzrlib import (
22
22
    osutils,
23
23
    workingtree,
24
 
)
25
 
from bzrlib.tests import TestCaseWithTransport
 
24
    )
 
25
from bzrlib.tests import (
 
26
    TestCaseWithTransport,
 
27
    TestSkipped,
 
28
    )
26
29
 
27
30
 
28
31
class TestMove(TestCaseWithTransport):