1977
def make_source_parent_tree_compiled_dirstate(klass, test_case, source, target):
1977
def make_source_parent_tree_compiled_dirstate(klass, test_case, source,
1978
1979
from bzrlib.tests.test__dirstate_helpers import \
1983
1982
from bzrlib._dirstate_helpers_pyx import ProcessEntryC
1984
1983
result = klass.make_source_parent_tree(source, target)
1985
1984
result[1]._iter_changes = ProcessEntryC