~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-23 07:34:57 UTC
  • mfrom: (3915.1.2 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081223073457-19rneaiz4yscvyiy
1.12-preview formats (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    osutils,
25
25
    tests,
26
26
    )
27
 
from bzrlib.workingtree_4 import WorkingTreeFormat4
28
27
from bzrlib.tests.workingtree_implementations import TestCaseWithWorkingTree
29
28
 
30
29