380
self.build_tree(['a/', 'a/b', 'a/c/', 'd/'])
381
tree.add(['a', 'a/b', 'a/c', 'd'],
382
['a-id', 'b-id', 'c-id', 'd-id'])
378
404
def test_move_directory_with_deleted_children(self):
379
405
tree = self.make_branch_and_tree('.')
380
406
self.build_tree(['a/', 'a/b', 'a/c', 'a/d', 'b/'])