2392
2392
self.assertEqual(set(['new-file', 'removed-file', 'existing-file']),
2396
2396
work_tree = self.make_branch_and_tree('tree')
2397
2399
work_tree.commit('first commit')
2398
2400
child_tree = work_tree.bzrdir.sprout('child').open_workingtree()
2399
2402
child_tree.commit('child commit')
2401
2404
self.addCleanup(child_tree.unlock)