302
302
repo.fetch(tree.branch.repository)
304
304
def make_simple_branch_with_ghost(self):
307
307
builder.build_snapshot('A-id', None, [
308
('add', ('', 'root-id', 'directory', None)),
308
309
('add', ('file', 'file-id', 'file', 'content\n'))])
309
310
builder.build_snapshot('B-id', ['A-id', 'ghost-id'], [])