/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/bzrdir_implementations/test_bzrdir.py

  • Committer: Martin Pool
  • Date: 2009-01-16 07:50:48 UTC
  • mto: This revision was merged to the branch mainline in revision 3945.
  • Revision ID: mbp@sourcefrog.net-20090116075048-kcpmohmcxm9jlfwg
deprecate needs_format_conversion(format=None)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1476
1476
            # available
1477
1477
            self.assertTrue(isinstance(dir._format.get_converter(
1478
1478
                format=dir._format), bzrdir.Converter))
1479
 
        dir.needs_format_conversion(None)
 
1479
        dir.needs_format_conversion(
 
1480
            bzrdir.BzrDirFormat.get_default_format())
1480
1481
 
1481
1482
    def test_backup_copies_existing(self):
1482
1483
        tree = self.make_branch_and_tree('test')