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