~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

Fix definition of knit format; typos are not good.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2244
2244
    'bzrlib.repofmt.knitrepo.RepositoryFormatKnit1',
2245
2245
    'Format using knits.  Recommended for interoperation with bzr <= 0.14.',
2246
2246
    branch_format='bzrlib.branch.BzrBranchFormat5',
2247
 
    tree_format='bzrlib.workingtree_4.WorkingTreeFormat3')
 
2247
    tree_format='bzrlib.workingtree.WorkingTreeFormat3')
2248
2248
format_registry.set_default('knit')
2249
2249
format_registry.register_metadir('metaweave',
2250
2250
    'bzrlib.repofmt.weaverepo.RepositoryFormat7',