/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: Andrew Bennetts
  • Date: 2009-10-21 01:01:16 UTC
  • mto: (4634.77.9 2.0)
  • mto: This revision was merged to the branch mainline in revision 4770.
  • Revision ID: andrew.bennetts@canonical.com-20091021010116-ty680jo1zt3ldo4b
Add test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1714
1714
            for key in buffered_index_entries:
1715
1715
                index_entries = buffered_index_entries[key]
1716
1716
                all_entries.extend(index_entries)
1717
 
            self._index.add_records(all_entries, missing_compression_parents=True)
 
1717
            self._index.add_records(
 
1718
                all_entries, missing_compression_parents=True)
1718
1719
 
1719
1720
    def get_missing_compression_parent_keys(self):
1720
1721
        """Return an iterable of keys of missing compression parents.