~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository/test_check.py

(jelmer) Switch the commit code over to use config stacks. (Bazaar
 Developers)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        branch.lock_write()
31
31
        self.addCleanup(branch.unlock)
32
32
        self.overrideEnv('BZR_EMAIL', 'foo@sample.com')
33
 
        builder = branch.get_commit_builder([], branch.get_config())
 
33
        builder = branch.get_commit_builder([], branch.get_config_stack())
34
34
        list(builder.record_iter_changes(None, _mod_revision.NULL_REVISION, [
35
35
            ('TREE_ROOT', (None, ''), True, (False, True), (None, None),
36
36
            (None, ''), (None, 'directory'), (None, False))]))