~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/versionedfile.py

  • Committer: Robert Collins
  • Date: 2008-05-12 01:23:41 UTC
  • mto: (3350.4.4 remove-deprecations)
  • mto: This revision was merged to the branch mainline in revision 3424.
  • Revision ID: robertc@robertcollins.net-20080512012341-vzjmv73r8b96eumr
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
            sorted stream has compression parents strictly before their
137
137
            children.
138
138
        :param include_delta_closure: If True then the closure across any
139
 
            compression parents will be included (in the opaque data).
 
139
            compression parents will be included (in the data content of the
 
140
            stream, not in the emitted records). This guarantees that
 
141
            'fulltext' can be used successfully on every record.
140
142
        :return: An iterator of ContentFactory objects, each of which is only
141
143
            valid until the iterator is advanced.
142
144
        """