~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Jelmer Vernooij
  • Date: 2011-05-02 20:35:22 UTC
  • mto: This revision was merged to the branch mainline in revision 5844.
  • Revision ID: jelmer@samba.org-20110502203522-lwa7pxbsckfzalal
Use MetaDirVersionedFileRepositoryFormat (a Soyuz worthy name).

Show diffs side-by-side

added added

removed removed

Lines of Context:
701
701
        return RemoteBzrDirConfig(self)
702
702
 
703
703
 
704
 
class RemoteRepositoryFormat(_mod_repository.RepositoryFormat):
 
704
class RemoteRepositoryFormat(vf_repository.VersionedFileRepositoryFormat):
705
705
    """Format for repositories accessed over a _SmartClient.
706
706
 
707
707
    Instances of this repository are represented by RemoteRepository