36
35
super(TestamentTests, self).setUp()
39
38
b.working_tree().commit(message='initial null commit',
41
40
timestamp=1129025423, # 'Tue Oct 11 20:10:23 2005'
46
45
('src/foo.c', 'int main()\n{\n}\n')])
47
b.add(['hello', 'src', 'src/foo.c'],
46
b.working_tree().add(['hello', 'src', 'src/foo.c'],
49
48
b.working_tree().commit(message='add files and directories',