42
42
b = self.b = self.wt.branch
44
44
self.wt.commit(message='initial null commit',
49
49
self.build_tree_contents([('hello', b'contents of hello file'),
52
52
self.wt.add(['hello', 'src', 'src/foo.c'],
54
54
tt = TreeTransform(self.wt)
55
55
trans_id = tt.trans_id_tree_path('hello')
56
56
tt.set_executability(True, trans_id)
58
58
self.wt.commit(message='add files and directories',
65
65
class TestamentTests(TestamentSetup):