/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/revfile.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-09 06:29:59 UTC
  • Revision ID: mbp@sourcefrog.net-20050409062959-0d858240d57b71c0ee4ecacd
increase patch chaining limit

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
FL_GZIP = 1
108
108
 
109
109
# maximum number of patches in a row before recording a whole text.
110
 
# intentionally pretty low for testing purposes.
111
 
CHAIN_LIMIT = 2
 
110
CHAIN_LIMIT = 50
112
111
 
113
112
 
114
113
class RevfileError(Exception):