bug? .bzr/repository/revision-store

John Arbash Meinel john at arbash-meinel.com
Wed May 3 15:53:42 BST 2006


I was just wondering why knit branches have the directory:
.bzr/repository/revision-store/

Nothing is put in there, since everything is kept in revisions.knit

Is this just a small bug?

I can see that "RepositoryFormatKnit1.initialize" has:
dirs = ['revision-store', 'knits']

I think we can just remove 'revision-store' from here. (See the enclosed
patch).

We could add a test that it isn't being created.

John
=:->


=== modified file 'bzrlib/repository.py'
--- bzrlib/repository.py
+++ bzrlib/repository.py
@@ -1336,7 +1336,7 @@
                        repository.
         """
         mutter('creating repository in %s.', a_bzrdir.transport.base)
-        dirs = ['revision-store', 'knits']
+        dirs = ['knits']
         files = []
         utf8_files = [('format', self.get_format_string())]


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060503/f9934969/attachment.pgp 


More information about the bazaar mailing list