/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2019-05-29 03:22:34 UTC
  • mfrom: (7303 work)
  • mto: This revision was merged to the branch mainline in revision 7306.
  • Revision ID: jelmer@jelmer.uk-20190529032234-mt3fuws8gq03tapi
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        builder = branch.get_commit_builder([], branch.get_config_stack())
34
34
        list(builder.record_iter_changes(None, _mod_revision.NULL_REVISION, [
35
35
            (b'TREE_ROOT', (None, ''), True, (False, True), (None, None),
36
 
            (None, ''), (None, 'directory'), (None, False))]))
 
36
             (None, ''), (None, 'directory'), (None, False))]))
37
37
        builder.finish_inventory()
38
38
        rev_id = builder.commit('first post')
39
39
        result = branch.repository.check(None, check_repo=True)