167
167
('d', 'd-id')], tree.basis_tree())
173
tree.add(['a', 'a/b', 'b'], ['a-id', 'ab-id', 'b-id'])
178
self.assertEqual([('b', 'a/b')], tree.move(['b'], 'a'))
170
185
def test_move_subdir(self):
171
186
tree = self.make_branch_and_tree('.')
172
187
self.build_tree(['a', 'b/', 'b/c'])