~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Robert J. Tanner
  • Date: 2009-06-10 03:56:49 UTC
  • mfrom: (4423 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4425.
  • Revision ID: tanner@real-time.com-20090610035649-7rfx4cls4550zc3c
Merge 1.15.1 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2882
2882
 
2883
2883
    def get_missing_parents(self):
2884
2884
        """Return the keys of missing parents."""
 
2885
        # If updating this, you should also update
 
2886
        # groupcompress._GCGraphIndex.get_missing_parents
2885
2887
        # We may have false positives, so filter those out.
2886
2888
        self._key_dependencies.add_keys(
2887
2889
            self.get_parent_map(self._key_dependencies.get_unsatisfied_refs()))
3407
3409
        fulltext.)
3408
3410
 
3409
3411
        :return: A list of (key, index_memo) records, suitable for
3410
 
            passing to read_records_iter to start reading in the raw data fro/
 
3412
            passing to read_records_iter to start reading in the raw data from
3411
3413
            the pack file.
3412
3414
        """
3413
3415
        if key in self._annotated_lines: