~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/vf_repository.py

(jelmer) Add flag to indicate whether a repository supports unreferenced
 revisions. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
    supports_full_versioned_files = True
82
82
    supports_versioned_directories = True
 
83
    supports_unreferenced_revisions = True
83
84
 
84
85
    # Should commit add an inventory, or an inventory delta to the repository.
85
86
    _commit_inv_deltas = True