~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-03-08 23:52:59 UTC
  • mfrom: (5684.2.6 per-repository-vf)
  • Revision ID: pqm@pqm.ubuntu.com-20110308235259-6yxq3x7vy60tfta3
(jelmer) Move some tests that rely on the full VersionedFiles API to
 bzrlib.tests.per_repository_vf. (Jelmer Vernooij)

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."""
494
495
    supports_ghosts = False
495
496
    supports_chks = False
496
497
    supports_funky_characters = False
 
498
    supports_full_versioned_files = True
497
499
 
498
500
    _fetch_order = 'topological'
499
501
    _fetch_reconcile = True