/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_controldir/test_controldir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-03 12:50:21 UTC
  • mfrom: (5697 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5703.
  • Revision ID: jelmer@samba.org-20110303125021-ziry6a0qsr9l72x5
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1504
1504
            # (we force the latest known format as downgrades may not be
1505
1505
            # available
1506
1506
            self.assertTrue(isinstance(dir._format.get_converter(
1507
 
                format=dir._format), bzrdir.Converter))
 
1507
                format=dir._format), controldir.Converter))
1508
1508
        dir.needs_format_conversion(
1509
1509
            controldir.ControlDirFormat.get_default_format())
1510
1510