/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 revisionloader.py

switch on experimental mode by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        
185
185
    WARNING: This implementation uses undoumented bzrlib internals.
186
186
    It may not work in the future. In fact, it may not work now as
187
 
    it is a incubator for experimental code.
 
187
    it is an incubator for experimental code.
188
188
    """
189
189
 
190
190
    def __init__(self, repo, parent_texts_to_cache=1, fulltext_every=200):