/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Jelmer Vernooij
  • Date: 2009-06-03 21:31:43 UTC
  • mfrom: (4403 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4405.
  • Revision ID: jelmer@samba.org-20090603213143-0196mgzgefgvd5no
Merge bzr.dev.

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()))