/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/per_intertree/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2011-04-20 09:46:28 UTC
  • mfrom: (5609.33.4 2.3)
  • mto: (5609.33.5 2.3)
  • mto: This revision was merged to the branch mainline in revision 5811.
  • Revision ID: john@arbash-meinel.com-20110420094628-l0bafq1lwb6ib1v2
Merge lp:bzr/2.3 @ 5640 so we can update the release notes (aka NEWS)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    revisiontree,
29
29
    tests,
30
30
    )
31
 
from bzrlib.transport import get_transport
32
31
from bzrlib.transform import TransformPreview
33
32
from bzrlib.tests import (
34
33
    default_transport,
138
137
            # -- vila 20090311
139
138
            chk_tree_format = WorkingTreeFormat4()
140
139
            chk_tree_format._get_matchingbzrdir = \
141
 
                lambda:bzrlib.bzrdir.format_registry.make_bzrdir(
142
 
                    'development6-rich-root')
 
140
                lambda:bzrlib.bzrdir.format_registry.make_bzrdir('2a')
143
141
            test_intertree_permutations.append(
144
142
                (InterTree.__name__ + "(CHKInventory)",
145
143
                 InterTree,