~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/vf_repository.py

  • Committer: Jelmer Vernooij
  • Date: 2011-10-15 15:55:13 UTC
  • mto: This revision was merged to the branch mainline in revision 6221.
  • Revision ID: jelmer@samba.org-20111015155513-90xq6zszzc7xgsp2
Add RepositoryFormat.supports_invisible_revisions.

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_invisible_revisions = True
83
84
 
84
85
    # Should commit add an inventory, or an inventory delta to the repository.
85
86
    _commit_inv_deltas = True