/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/repofmt/weaverepo.py

  • Committer: John Arbash Meinel
  • Date: 2009-08-18 14:49:52 UTC
  • mfrom: (4624 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4629.
  • Revision ID: john@arbash-meinel.com-20090818144952-mk2cy45ax9twl3lm
Merge bzr.dev 4624 in preparation for NEWS

Show diffs side-by-side

added added

removed removed

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