~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.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:
424
424
        """See RepositoryFormat.get_format_description()."""
425
425
        return "Knit repository format 1"
426
426
 
427
 
    def check_conversion_target(self, target_format):
428
 
        pass
429
 
 
430
427
 
431
428
class RepositoryFormatKnit3(RepositoryFormatKnit):
432
429
    """Bzr repository knit format 3.