/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transform.py

  • Committer: Martin Pool
  • Date: 2009-01-13 03:06:36 UTC
  • mfrom: (3932.2.3 1.11)
  • mto: This revision was merged to the branch mainline in revision 3937.
  • Revision ID: mbp@sourcefrog.net-20090113030636-dqx4t8yaaqgdvam5
MergeĀ 1.11rc1

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,
46
45
    HardlinkFeature,
47
46
    SymlinkFeature,
48
47
    TestCase,