~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bundle.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-03-12 00:01:34 UTC
  • mfrom: (5582.10.97 weave-plugin)
  • Revision ID: pqm@pqm.ubuntu.com-20110312000134-exy10w8ctjs8tpiu
Tags: upstream-2.4.0~beta1~bzr5718
(jelmer) Add Prober.known_formats() in favour of
 BzrDirFormat.register_format() and ControlDirFormat.register_format().
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1439
1439
        install_bundle(repo_b, serializer.read(s))
1440
1440
 
1441
1441
 
1442
 
class V4WeaveBundleTester(V4BundleTester):
1443
 
 
1444
 
    def bzrdir_format(self):
1445
 
        return 'metaweave'
1446
 
 
1447
 
 
1448
1442
class V4_2aBundleTester(V4BundleTester):
1449
1443
 
1450
1444
    def bzrdir_format(self):