~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-17 22:43:26 UTC
  • mfrom: (4617.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090817224326-uhljmr5me5x3xyda
(robertc) Multiple 2a-as-default fixes. (Robert Collins)

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
 
427
430
 
428
431
class RepositoryFormatKnit3(RepositoryFormatKnit):
429
432
    """Bzr repository knit format 3.