Rev 55: Update a Note/Todo in http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/trunk
John Arbash Meinel
john at arbash-meinel.com
Fri Feb 27 05:18:55 GMT 2009
At http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/trunk
------------------------------------------------------------
revno: 55
revision-id: john at arbash-meinel.com-20090227051839-841q6ss4z8zm1353
parent: john at arbash-meinel.com-20090227051520-3bqqcchl92qup96h
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Thu 2009-02-26 23:18:39 -0600
message:
Update a Note/Todo
-------------- next part --------------
=== modified file 'repofmt.py'
--- a/repofmt.py 2009-02-27 05:15:20 +0000
+++ b/repofmt.py 2009-02-27 05:18:39 +0000
@@ -280,6 +280,9 @@
# Note: We probably actually want multiple streams here, to help the
# client understand that the different levels won't compress well
# against eachother
+ # Test the difference between using one Group per level, and
+ # using 1 Group per prefix. (so '' (root) would get a group, then
+ # all the references to search-key 'a' would get a group, etc.)
remaining_keys = set(keys)
counter = [0]
def _get_referenced_stream(root_keys):
More information about the bazaar-commits
mailing list