~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-11-24 16:01:57 UTC
  • mfrom: (4597.13.7 cleanup)
  • mto: This revision was merged to the branch mainline in revision 5558.
  • Revision ID: v.ladeuil+lp@free.fr-20101124160157-kieuslo7wj9abdmb
Merge cleanup into 638451-malformed

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    add_combo('InterDifferingSerializer',
129
129
              groupcompress_repo.RepositoryFormat2a(),
130
130
              pack_repo.RepositoryFormatKnitPack6RichRoot())
131
 
    add_combo('InterRepository',
132
 
              groupcompress_repo.RepositoryFormatCHK2(),
133
 
              groupcompress_repo.RepositoryFormat2a())
134
 
    add_combo('InterDifferingSerializer',
135
 
              groupcompress_repo.RepositoryFormatCHK1(),
136
 
              groupcompress_repo.RepositoryFormat2a())
137
131
    return result
138
132
 
139
133