132
132
self.build_tree_contents([('tree/foo/',), ('tree/foo/bar', 'baz')])
133
133
tree.add(['foo', 'foo/bar'], ['foo-id', 'bar-id'])
134
134
tree.commit('Added file and directory')
135
136
os.unlink('tree/foo/bar')
137
138
creator = shelf.ShelfCreator(tree, tree.basis_tree())