/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/tree_implementations/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-12-17 19:55:27 UTC
  • mfrom: (1551.9.21 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20061217195527-29196a8633600671
Add Tree.annotate_iter

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
    result = TestSuite()
193
193
    test_tree_implementations = [
194
194
        'bzrlib.tests.tree_implementations.test_test_trees',
 
195
        'bzrlib.tests.tree_implementations.test_tree',
195
196
        ]
196
197
    adapter = TreeTestProviderAdapter(
197
198
        default_transport,