~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/interrepository_implementations/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-02 07:00:21 UTC
  • mfrom: (4060.1.4 branch.roundtrips)
  • Revision ID: pqm@pqm.ubuntu.com-20090302070021-dvcjdpf47t2aeari
(robertc) Streaming fetch from non-stacked branches on smart servers.
        (Robert Collins, Andrew Bennetts_

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
from bzrlib.repository import (
35
35
                               InterKnitRepo,
36
 
                               InterKnit1and2,
37
 
                               InterModel1and2,
38
36
                               InterRepository,
39
37
                               )
40
38
from bzrlib.tests import (
100
98
                result.append((optimiser_class,
101
99
                               format_to_test, format_to_test))
102
100
        # if there are specific combinations we want to use, we can add them
103
 
        # here.
104
 
        result.append((InterModel1and2,
 
101
        # here. We want to test rich root upgrading.
 
102
        result.append((InterRepository,
105
103
                       weaverepo.RepositoryFormat5(),
106
104
                       knitrepo.RepositoryFormatKnit3()))
107
 
        result.append((InterModel1and2,
 
105
        result.append((InterRepository,
108
106
                       knitrepo.RepositoryFormatKnit1(),
109
107
                       knitrepo.RepositoryFormatKnit3()))
110
 
        result.append((InterKnit1and2,
 
108
        result.append((InterRepository,
111
109
                       knitrepo.RepositoryFormatKnit1(),
112
110
                       knitrepo.RepositoryFormatKnit3()))
113
111
        result.append((InterKnitRepo,