~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

Add bzrlib.tests.per_repository_vf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
    _fetch_reconcile = True
279
279
    fast_deltas = False
280
280
    supports_leaving_lock = False
 
281
    supports_full_versioned_files = True
281
282
 
282
283
    def initialize(self, a_bzrdir, shared=False, _internal=False):
283
284
        """Create a weave repository."""
491
492
    supports_ghosts = False
492
493
    supports_chks = False
493
494
    supports_funky_characters = False
 
495
    supports_full_versioned_files = True
494
496
 
495
497
    _fetch_order = 'topological'
496
498
    _fetch_reconcile = True