~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/tree_implementations/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-15 17:44:41 UTC
  • mfrom: (3224.1.29 annotate_finish)
  • Revision ID: pqm@pqm.ubuntu.com-20080315174441-l8xpw6femn0syal1
(jam) Tweak annotate performance for pack repositories,
        improving speed and decreasing memory consumption.

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
def test_suite():
323
323
    result = TestSuite()
324
324
    test_tree_implementations = [
 
325
        'bzrlib.tests.tree_implementations.test_annotate_iter',
325
326
        'bzrlib.tests.tree_implementations.test_get_file_mtime',
326
327
        'bzrlib.tests.tree_implementations.test_get_root_id',
327
328
        'bzrlib.tests.tree_implementations.test_get_symlink_target',