/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 bzrlib/tests/branch_implementations/__init__.py

(jam) 'bzr check' and 'bzr reconcile' will detect and repair
        inconsistencies in branch revision-history, (bug #177855)

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        'bzrlib.tests.branch_implementations.test_bound_sftp',
142
142
        'bzrlib.tests.branch_implementations.test_branch',
143
143
        'bzrlib.tests.branch_implementations.test_break_lock',
 
144
        'bzrlib.tests.branch_implementations.test_check',
144
145
        'bzrlib.tests.branch_implementations.test_create_checkout',
145
146
        'bzrlib.tests.branch_implementations.test_commit',
146
147
        'bzrlib.tests.branch_implementations.test_get_revision_id_to_revno_map',
152
153
        'bzrlib.tests.branch_implementations.test_permissions',
153
154
        'bzrlib.tests.branch_implementations.test_pull',
154
155
        'bzrlib.tests.branch_implementations.test_push',
 
156
        'bzrlib.tests.branch_implementations.test_reconcile',
155
157
        'bzrlib.tests.branch_implementations.test_revision_history',
156
158
        'bzrlib.tests.branch_implementations.test_revision_id_to_revno',
157
159
        'bzrlib.tests.branch_implementations.test_sprout',