~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2007-04-23 02:29:35 UTC
  • mfrom: (2441 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2442.
  • Revision ID: robertc@robertcollins.net-20070423022935-9hhongamvk6bfdso
Resolve conflicts with bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    errors,
19
19
    tests,
20
20
    )
 
21
from bzrlib.tests import TestSkipped
21
22
from bzrlib.tests.tree_implementations import TestCaseWithTree
22
23
 
23
24
class TestAnnotate(TestCaseWithTree):