/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: Martin Pool
  • Date: 2009-01-23 17:25:52 UTC
  • mfrom: (3955 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3956.
  • Revision ID: mbp@sourcefrog.net-20090123172552-uu2eh59t0azzvcq9
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
        'bzrlib.tests.branch_implementations.test_check',
158
158
        'bzrlib.tests.branch_implementations.test_create_checkout',
159
159
        'bzrlib.tests.branch_implementations.test_commit',
 
160
        'bzrlib.tests.branch_implementations.test_dotted_revno_to_revision_id',
160
161
        'bzrlib.tests.branch_implementations.test_get_revision_id_to_revno_map',
161
162
        'bzrlib.tests.branch_implementations.test_hooks',
162
163
        'bzrlib.tests.branch_implementations.test_http',
168
169
        'bzrlib.tests.branch_implementations.test_push',
169
170
        'bzrlib.tests.branch_implementations.test_reconcile',
170
171
        'bzrlib.tests.branch_implementations.test_revision_history',
 
172
        'bzrlib.tests.branch_implementations.test_revision_id_to_dotted_revno',
171
173
        'bzrlib.tests.branch_implementations.test_revision_id_to_revno',
172
174
        'bzrlib.tests.branch_implementations.test_sprout',
173
175
        'bzrlib.tests.branch_implementations.test_stacking',