72
72
class TestCommonAncestor(InTempDir):
73
73
"""Test checking whether a revision is an ancestor of another revision"""
75
76
from bzrlib.revision import find_present_ancestors, common_ancestor
76
77
from bzrlib.revision import MultipleRevisionSources
77
78
br1, br2 = make_branches()