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

  • Committer: Jelmer Vernooij
  • Date: 2011-01-11 04:33:12 UTC
  • mto: (5582.12.2 weave-plugin)
  • mto: This revision was merged to the branch mainline in revision 5718.
  • Revision ID: jelmer@samba.org-20110111043312-g4wx6iuf9662f36d
Move weave formats into bzrlib.plugins.weave_fmt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        groupcompress_repo,
70
70
        knitrepo,
71
71
        pack_repo,
72
 
        weaverepo,
73
72
        )
74
73
    result = []
75
74
    def add_combo(label, from_format, to_format, extra_setup=None):
93
92
    def force_known_graph(testcase):
94
93
        from bzrlib.fetch import Inter1and2Helper
95
94
        testcase.overrideAttr(Inter1and2Helper, 'known_graph_threshold', -1)
 
95
    from bzrlib.plugins.weave_fmt.repository import RepositoryFormat5
96
96
    add_combo('InterRepository',
97
 
              weaverepo.RepositoryFormat5(),
 
97
              RepositoryFormat5(),
98
98
              knitrepo.RepositoryFormatKnit3())
99
99
    add_combo('InterRepository',
100
100
              knitrepo.RepositoryFormatKnit1(),