149
149
tree = self.make_branch_and_tree('.')
150
150
tree.add_parent_tree_id('first-revision', allow_leftmost_as_ghost=True)
151
151
self.assertConsistentParents(['first-revision'], tree)
153
160
def test_add_second_parent_id(self):
154
161
"""Test adding the second parent id"""