/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: Canonical.com Patch Queue Manager
  • Date: 2007-08-31 02:05:10 UTC
  • mfrom: (2670.3.8 vf-data-stream)
  • Revision ID: pqm@pqm.ubuntu.com-20070831020510-emrlta5dk6ta95zp
(Andrew Bennetts) Add get_data_stream, insert_data_stream and get_format_signature to KnitVersionedFile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
            result[version_id] = self.get_delta(version_id)
262
262
        return result
263
263
 
 
264
    def get_format_signature(self):
 
265
        """Get a text description of the data encoding in this file.
 
266
        
 
267
        :since: 0.19
 
268
        """
 
269
        raise NotImplementedError(self.get_format_signature)
 
270
 
264
271
    def make_mpdiffs(self, version_ids):
265
272
        """Create multiparent diffs for specified versions"""
266
273
        knit_versions = set()