~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transform.py

  • Committer: Ian Clatworthy
  • Date: 2008-12-15 04:37:10 UTC
  • mfrom: (3892.1.6 bzr.help-formats)
  • mto: This revision was merged to the branch mainline in revision 3905.
  • Revision ID: ian.clatworthy@canonical.com-20081215043710-ybhxvqjeir13k5ht
Improved help on storage formats (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
from bzrlib.osutils import file_kind, pathjoin
43
43
from bzrlib.merge import Merge3Merger, Merger
44
44
from bzrlib.tests import (
 
45
    CaseInsensitiveFilesystemFeature,
45
46
    HardlinkFeature,
46
47
    SymlinkFeature,
47
48
    TestCase,