/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: Aaron Bentley
  • Date: 2007-09-02 22:38:54 UTC
  • mfrom: (2776 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2777.
  • Revision ID: aaron.bentley@utoronto.ca-20070902223854-vh6jc4c19w94htsm
Merge bzr.dev

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