~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Martin Pool
  • Date: 2009-08-14 11:11:29 UTC
  • mto: (4599.4.26 bug-398668)
  • mto: This revision was merged to the branch mainline in revision 4622.
  • Revision ID: mbp@sourcefrog.net-20090814111129-ozigh3o0jjfojiix
Remove redundant overrides of check_conversion_target

Show diffs side-by-side

added added

removed removed

Lines of Context:
319
319
        result.chk_bytes = None
320
320
        return result
321
321
 
322
 
    def check_conversion_target(self, target_format):
323
 
        pass
324
 
 
325
322
 
326
323
class RepositoryFormat4(PreSplitOutRepositoryFormat):
327
324
    """Bzr repository format 4.
494
491
        """See RepositoryFormat.get_format_description()."""
495
492
        return "Weave repository format 7"
496
493
 
497
 
    def check_conversion_target(self, target_format):
498
 
        pass
499
 
 
500
494
    def _get_inventories(self, repo_transport, repo, name='inventory'):
501
495
        mapper = versionedfile.ConstantMapper(name)
502
496
        return versionedfile.ThunkedVersionedFiles(repo_transport,