~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/test_link_tree.py

Merged shell readline fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
import os
18
18
 
19
19
from bzrlib.transform import TreeTransform
20
 
from bzrlib.tests import TestCaseWithTransport
21
 
 
22
 
try:
23
 
    from bzrlib.tests.features import HardlinkFeature
24
 
except ImportError: # bzr < 2.5
25
 
    from bzrlib.tests import HardlinkFeature
 
20
from bzrlib.tests import TestCaseWithTransport, HardlinkFeature
26
21
 
27
22
from bzrlib.plugins.bzrtools import command
28
23
from bzrlib.plugins.bzrtools.link_tree import link_tree