~ubuntu-branches/ubuntu/karmic/bzr/karmic-proposed

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-06-18 13:08:56 UTC
  • mfrom: (1.1.55 upstream)
  • Revision ID: james.westby@ubuntu.com-20090618130856-7wxyrwynoj72374q
Tags: 1.16-1
* New upstream release.
* Add python-pyrex to build-deps to ensure C extensions are always build.

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: