33
33
tree = self.prepare_with_ghosts()
34
34
branch = self.make_branch('branch')
35
35
GhostFetcher(tree.branch, branch).run()
38
38
def test_fetch_ghosts_success(self):
39
39
tree = self.prepare_with_ghosts()
40
40
ghost_tree = self.make_branch_and_tree('ghost_tree')
41
41
ghost_tree.commit('ghost', rev_id=b'ghost-id')
42
42
GhostFetcher(tree.branch, ghost_tree.branch).run()