/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/blackbox/test_view.py

  • Committer: Jelmer Vernooij
  • Date: 2009-03-28 15:23:21 UTC
  • mto: This revision was merged to the branch mainline in revision 4212.
  • Revision ID: jelmer@samba.org-20090328152321-nywo3pe3qraf6z1f
Fix upgrade if there is no local repository present.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    def make_branch_and_tree(self):
27
27
        # we need to use a specific format because the default format
28
28
        # doesn't support views yet
29
 
        format = bzrdir.format_registry.make_bzrdir('development6-rich-root')
 
29
        format = bzrdir.format_registry.make_bzrdir('development-wt5')
30
30
        return TestCaseWithTransport.make_branch_and_tree(self, '.',
31
31
            format=format)
32
32