44
44
build_tree_contents([('hello', 'contents of hello file'),
46
46
('src/foo.c', 'int main()\n{\n}\n')])
47
b.add(['hello', 'src', 'src/foo.c'],
47
b.working_tree().add(['hello', 'src', 'src/foo.c'],
49
49
b.working_tree().commit(message='add files and directories',