578
578
self.repo.fetch(self.tree.branch.repository, 'second-id')
579
579
root_id = self.tree.get_root_id()
581
((root_id, 'left-parent'), (root_id, 'ghost-parent'),
581
((root_id, 'left-parent'), (root_id, 'not-ghost-parent')),
583
582
self.get_parents(root_id, 'second-id'))
585
584
def make_two_commits(self, change_root, fetch_twice):