~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

Most of the integration of dirstate and subtree

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        my_format_registry.register_metadir('experimental-knit3', 
79
79
            'bzrlib.repofmt.knitrepo.RepositoryFormatKnit3',
80
80
            'Format using knits', 
81
 
            tree='WorkingTreeFormatAB1')
 
81
            tree_format='bzrlib.workingtree.WorkingTreeFormatAB1')
82
82
        my_format_registry.set_default('knit')
83
83
        my_format_registry.register_metadir(
84
84
            'experimental-knit2',
89
89
            'branch6',
90
90
            'bzrlib.repofmt.knitrepo.RepositoryFormatKnit2',
91
91
            'Experimental successor to knit.  Use at your own risk.',
92
 
            branch_format='BzrBranchFormat6')
 
92
            branch_format='bzrlib.branch.BzrBranchFormat6')
93
93
        return my_format_registry
94
94
 
95
95
    def test_format_registry(self):