Rev 68: For now, use _FAST=True in http://bzr.arbash-meinel.com/plugins/groupcompress_rabin
John Arbash Meinel
john at arbash-meinel.com
Sat Feb 28 05:04:45 GMT 2009
At http://bzr.arbash-meinel.com/plugins/groupcompress_rabin
------------------------------------------------------------
revno: 68
revision-id: john at arbash-meinel.com-20090228050444-38soix727ge8yhvn
parent: john at arbash-meinel.com-20090228050349-5b5fljgovy1ylokx
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: groupcompress_rabin
timestamp: Fri 2009-02-27 23:04:44 -0600
message:
For now, use _FAST=True
This could be a reasonable 'autopack' configuration, if DeltaIndex.extend()
ends up being too difficult to implement.
-------------- next part --------------
=== modified file 'groupcompress.py'
--- a/groupcompress.py 2009-02-28 05:03:49 +0000
+++ b/groupcompress.py 2009-02-28 05:04:44 +0000
@@ -53,7 +53,7 @@
)
_NO_LABELS = False
-_FAST = False
+_FAST = True
def parse(bytes):
if _NO_LABELS:
More information about the bazaar-commits
mailing list