Rev 2454: Fix definition of knit format; typos are not good. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
robertc at robertcollins.net
Tue Mar 6 01:48:54 GMT 2007
At http://bazaar.launchpad.net/~bzr/bzr/dirstate
------------------------------------------------------------
revno: 2454
revision-id: robertc at robertcollins.net-20070306014805-w2cfio713i2pv6oe
parent: robertc at robertcollins.net-20070306013710-itl1i2q0ld7bgdke
committer: Robert Collins <robertc at robertcollins.net>
branch nick: dirstate.dogfood
timestamp: Tue 2007-03-06 12:48:05 +1100
message:
Fix definition of knit format; typos are not good.
modified:
bzrlib/bzrdir.py bzrdir.py-20060131065624-156dfea39c4387cb
=== modified file 'bzrlib/bzrdir.py'
--- a/bzrlib/bzrdir.py 2007-03-06 01:15:08 +0000
+++ b/bzrlib/bzrdir.py 2007-03-06 01:48:05 +0000
@@ -2244,7 +2244,7 @@
'bzrlib.repofmt.knitrepo.RepositoryFormatKnit1',
'Format using knits. Recommended for interoperation with bzr <= 0.14.',
branch_format='bzrlib.branch.BzrBranchFormat5',
- tree_format='bzrlib.workingtree_4.WorkingTreeFormat3')
+ tree_format='bzrlib.workingtree.WorkingTreeFormat3')
format_registry.set_default('knit')
format_registry.register_metadir('metaweave',
'bzrlib.repofmt.weaverepo.RepositoryFormat7',
More information about the bazaar-commits
mailing list