36
36
from bzrlib.osutils import pathjoin, file_kind
37
37
from bzrlib.tests import TestCaseWithTransport, TestCaseWithMemoryTransport
38
38
from bzrlib.workingtree import WorkingTree
41
41
class TestMerge(TestCaseWithTransport):
42
42
"""Test appending more than one revision"""