/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/versionedfile.py

  • Committer: Andrew Bennetts
  • Date: 2009-02-17 00:54:19 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-20090217005419-i9qdpanq2cwm3j59
Add test_insert_record_stream_delta_missing_basis_can_be_added_later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1159
1159
                sha1s[prefix + (suffix,)] = sha1
1160
1160
        return sha1s
1161
1161
 
 
1162
    def get_missing_compression_parent_keys(self):
 
1163
        # XXX
 
1164
        return []
 
1165
    
1162
1166
    def insert_record_stream(self, stream):
1163
1167
        """Insert a record stream into this container.
1164
1168