~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-27 07:40:15 UTC
  • mfrom: (3849.3.3 revision_stream)
  • Revision ID: pqm@pqm.ubuntu.com-20081127074015-oigcdk8r4oxi1qse
(jam) Avoid extracting revision texts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1401
1401
                    split_lines(record.get_bytes_as('fulltext')))
1402
1402
            else:
1403
1403
                # Not a fulltext, and not suitable for direct insertion as a
1404
 
                # delta, either because it's not the right format, or because
1405
 
                # it depends on a base only present in the fallback kvfs.
 
1404
                # delta, either because it's not the right format, or this
 
1405
                # KnitVersionedFiles doesn't permit deltas (_max_delta_chain ==
 
1406
                # 0) or because it depends on a base only present in the
 
1407
                # fallback kvfs.
1406
1408
                adapter_key = record.storage_kind, 'fulltext'
1407
1409
                adapter = get_adapter(adapter_key)
1408
1410
                lines = split_lines(adapter.get_bytes(