Rev 103: Make sure the default is _FAST=False for now. in http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/rabin

John Arbash Meinel john at arbash-meinel.com
Tue Mar 3 22:50:57 GMT 2009


At http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/rabin

------------------------------------------------------------
revno: 103
revision-id: john at arbash-meinel.com-20090303225027-dd26kj3xasgfi7bv
parent: john at arbash-meinel.com-20090303222649-n917r5v7ti7szu5r
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: rabin
timestamp: Tue 2009-03-03 16:50:27 -0600
message:
  Make sure the default is _FAST=False for now.
-------------- next part --------------
=== modified file 'groupcompress.py'
--- a/groupcompress.py	2009-03-03 22:26:49 +0000
+++ b/groupcompress.py	2009-03-03 22:50:27 +0000
@@ -53,7 +53,7 @@
     )
 
 _NO_LABELS = False
-_FAST = True
+_FAST = False
 
 def parse(bytes):
     if _NO_LABELS:



More information about the bazaar-commits mailing list