137
137
self.build_tree(['dir/', 'dir/child', 'other/'])
138
138
wt.add(['dir', 'dir/child', 'other'],
139
139
['dir-id', 'child-id', 'other-id'])
141
141
# child-id to a parent of other-id
142
142
wt.apply_inventory_delta([('dir', 'dir2', 'dir-id',
143
143
inventory.InventoryDirectory('dir-id', 'dir2', root_id)),