2977
2978
tt.trans_id_file_id('moved-id'))
2978
2979
self.assertMatchingIterEntries(tt)
2981
2982
tree = self.make_branch_and_tree('tree')
2982
2983
tree.set_root_id('tree-root-id')
2983
2984
self.build_tree(['tree/parent/', 'tree/parent/child'])
2984
2985
tree.add(['parent', 'parent/child'], ['parent-id', 'child-id'])
2988
2989
def test_symlink_content_summary(self):
2989
2990
self.requireFeature(SymlinkFeature)