~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-06-23 08:19:28 UTC
  • mfrom: (5317 +trunk)
  • mto: (5247.1.11 first-try)
  • mto: This revision was merged to the branch mainline in revision 5326.
  • Revision ID: v.ladeuil+lp@free.fr-20100623081928-z9q18q30oo5as831
Merge bzr.dev into cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
    # Generate a list of branch formats and their associated bzrdir formats to
133
133
    # use.
134
134
    combinations = [(format, format._matchingbzrdir) for format in
135
 
         BranchFormat._formats.values() + _legacy_formats]
 
135
         BranchFormat.get_formats() + _legacy_formats]
136
136
    scenarios = make_scenarios(
137
137
        # None here will cause the default vfs transport server to be used.
138
138
        None,