~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Andrew Bennetts
  • Date: 2009-02-17 01:25:34 UTC
  • mto: (4002.1.9 suspend-write-group)
  • mto: This revision was merged to the branch mainline in revision 4025.
  • Revision ID: andrew.bennetts@canonical.com-20090217012534-k6574qvmaibkeehi
Add docstrings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1478
1478
                    del buffered_index_entries[key]
1479
1479
 
1480
1480
    def get_missing_compression_parent_keys(self):
 
1481
        """Return an iterable of keys of missing compression parents.
 
1482
 
 
1483
        Check this after calling insert_record_stream to find out if there are
 
1484
        any missing compression parents.  If there are, the records that
 
1485
        depend on them are *not* yet inserted.
 
1486
        """
1481
1487
        return self._buffered_index_entries.keys()
1482
1488
 
1483
1489
    def iter_lines_added_or_present_in_keys(self, keys, pb=None):