~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

Add bzrlib.tests.per_repository_vf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
486
486
    """
487
487
 
488
488
    _matchingbzrdir = RemoteBzrDirFormat()
 
489
    supports_full_versioned_files = True
489
490
 
490
491
    def __init__(self):
491
492
        repository.RepositoryFormat.__init__(self)