~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_bound_branches.py

  • Committer: Martin Pool
  • Date: 2007-04-04 01:22:11 UTC
  • mfrom: (2393.1.1 bzr.docs)
  • mto: This revision was merged to the branch mainline in revision 2397.
  • Revision ID: mbp@sourcefrog.net-20070404012211-sq269me6bai9m6xk
merge trunk and doc fix from elliot

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
        self.assertContainsRe(error, 'old locations')
129
129
 
130
130
    def init_meta_branch(self, path):
131
 
        format = bzrdir.format_registry.make_bzrdir('knit')
 
131
        format = bzrdir.format_registry.make_bzrdir('default')
132
132
        return BzrDir.create_branch_convenience(path, format=format)
133
133
 
134
134
    def test_bound_commit(self):