/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

  • Committer: Andrew Bennetts
  • Date: 2008-05-07 22:47:56 UTC
  • mfrom: (3412 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3414.
  • Revision ID: andrew.bennetts@canonical.com-20080507224756-upxgmud0bdo4ysuf
Merge from bzr.dev.

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',