~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/weave_fmt/repository.py

(jelmer) Add RepositoryFormat.supports_nesting_repositories. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
    supports_ghosts = False
273
273
    supports_external_lookups = False
274
274
    supports_chks = False
 
275
    supports_nesting_repositories = True
275
276
    _fetch_order = 'topological'
276
277
    _fetch_reconcile = True
277
278
    fast_deltas = False