[Pkg-bazaar-commits] ./bzr/unstable r227: increase patch chaining limit

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:51:28 UTC 2009


------------------------------------------------------------
revno: 227
committer: mbp at sourcefrog.net
timestamp: Sat 2005-04-09 16:29:59 +1000
message:
  increase patch chaining limit
modified:
  bzrlib/revfile.py
-------------- next part --------------
=== modified file 'bzrlib/revfile.py'
--- a/bzrlib/revfile.py	2005-04-09 06:29:44 +0000
+++ b/bzrlib/revfile.py	2005-04-09 06:29:59 +0000
@@ -107,8 +107,7 @@
 FL_GZIP = 1
 
 # maximum number of patches in a row before recording a whole text.
-# intentionally pretty low for testing purposes.
-CHAIN_LIMIT = 2
+CHAIN_LIMIT = 50
 
 
 class RevfileError(Exception):



More information about the Pkg-bazaar-commits mailing list