~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
        repo.start_write_group()
342
342
        inv = Inventory(revision_id='wrong-first-parent')
343
343
        inv.root.revision = 'wrong-first-parent'
 
344
        if repo.supports_rich_root():
 
345
            root_id = inv.root.file_id
 
346
            repo.texts.add_lines((root_id, 'wrong-first-parent'), [], [])
344
347
        sha1 = repo.add_inventory('wrong-first-parent', inv, ['2', '1'])
345
348
        rev = Revision(timestamp=0,
346
349
                       timezone=None,