~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-19 06:10:20 UTC
  • mfrom: (1714.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060519061020-91373a33de6fa675
Optimisation of WorkingTree.is_ignored to reduce the threshold where N^2 performance creeps in. (Jan Hudec, Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        'bzrlib.tests.workingtree_implementations.test_break_lock',
56
56
        'bzrlib.tests.workingtree_implementations.test_commit',
57
57
        'bzrlib.tests.workingtree_implementations.test_is_control_filename',
 
58
        'bzrlib.tests.workingtree_implementations.test_is_ignored',
58
59
        'bzrlib.tests.workingtree_implementations.test_pull',
59
60
        'bzrlib.tests.workingtree_implementations.test_workingtree',
60
61
        ]