32
33
self.overrideEnv('BRZ_EMAIL', 'foo@sample.com')
33
34
builder = branch.get_commit_builder([], branch.get_config_stack())
34
35
list(builder.record_iter_changes(None, _mod_revision.NULL_REVISION, [
35
(b'TREE_ROOT', (None, ''), True, (False, True), (None, None),
36
(None, ''), (None, 'directory'), (None, False))]))
37
b'TREE_ROOT', (None, ''), True, (False, True), (None, None),
38
(None, ''), (None, 'directory'), (None, False))]))
37
39
builder.finish_inventory()
38
40
rev_id = builder.commit('first post')
39
41
result = branch.repository.check(None, check_repo=True)