Part of bzrlib.tests.per_repository_vf.test_check_reconcile View In Hierarchy
This defines a 'broken-revision-1-2' and a 'broken-revision-2-1' which both have their file version parents reversed compared to the revision parents, which is invalid. (We use two revisions with opposite orderings of the same parents to make sure that accidentally relying on dictionary/set ordering cannot make the test pass; the assumption is that while dict/set iteration order is arbitrary, it is also consistent within a single test).
Method | all_versions_after_reconcile | Undocumented |
Method | populated_parents | Undocumented |
Method | corrected_parents | Undocumented |
Method | check_regexes | Undocumented |
Method | populate_repository | Undocumented |
Method | repository_text_key_references | Undocumented |
Method | repository_text_keys | Undocumented |
Method | versioned_repository_text_keys | Undocumented |
Inherited from BrokenRepoScenario:
Method | __init__ | Undocumented |
Method | make_one_file_inventory | Undocumented |
Method | add_revision | Undocumented |
Method | corrected_fulltexts | Undocumented |
Method | repository_text_key_index | Undocumented |