~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_versionedfile.py

  • Committer: Robert Collins
  • Date: 2009-02-17 06:21:52 UTC
  • mto: (4022.1.4 fetch.RemoteSink)
  • mto: This revision was merged to the branch mainline in revision 4026.
  • Revision ID: robertc@robertcollins.net-20090217062152-8j02ev4tjhaidj54
Support delta_closure=True with NetworkRecordStream to transmit deltas over the wire when full text extraction is required on the far end.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1559
1559
            ['mpdiff', 'knit-annotated-ft', 'knit-annotated-delta',
1560
1560
             'knit-ft', 'knit-delta', 'chunked', 'fulltext',
1561
1561
             'knit-annotated-ft-gz', 'knit-annotated-delta-gz', 'knit-ft-gz',
1562
 
             'knit-delta-gz'])
 
1562
             'knit-delta-gz',
 
1563
             'knit-delta-closure', 'knit-delta-closure-ref'])
1563
1564
 
1564
1565
    def capture_stream(self, f, entries, on_seen, parents):
1565
1566
        """Capture a stream for testing."""