/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: Andrew Bennetts
  • Date: 2009-02-20 06:16:22 UTC
  • mfrom: (4023 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4027.
  • Revision ID: andrew.bennetts@canonical.com-20090220061622-te9miq29rlfqiwwv
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
    def get_format_description(self):
400
400
        """See RepositoryFormat.get_format_description()."""
401
401
        return "Weave repository format 5"
 
402
    
 
403
    def network_name(self):
 
404
        """The network name for this format is the control dirs disk label."""
 
405
        return self._matchingbzrdir.get_format_string()
402
406
 
403
407
    def _get_inventories(self, repo_transport, repo, name='inventory'):
404
408
        mapper = versionedfile.ConstantMapper(name)
444
448
        """See RepositoryFormat.get_format_description()."""
445
449
        return "Weave repository format 6"
446
450
 
 
451
    def network_name(self):
 
452
        """The network name for this format is the control dirs disk label."""
 
453
        return self._matchingbzrdir.get_format_string()
 
454
 
447
455
    def _get_inventories(self, repo_transport, repo, name='inventory'):
448
456
        mapper = versionedfile.ConstantMapper(name)
449
457
        return versionedfile.ThunkedVersionedFiles(repo_transport,