22
22
from bzrlib.tests.workingtree_implementations import TestCaseWithWorkingTree
23
23
from bzrlib.uncommit import uncommit
26
26
class TestParents(TestCaseWithWorkingTree):
28
36
def assertConsistentParents(self, expected, tree):
29
37
"""Check that the parents found are as expected.