~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/vf_repository.py

  • Committer: Shannon Weyrick
  • Date: 2011-11-04 13:40:04 UTC
  • mfrom: (6238 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6256.
  • Revision ID: weyrick@mozek.us-20111104134004-033t2wqhc3ydzm0a
Merge

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
1199
1200
        """Instantiate a VersionedFileRepository.
1200
1201
 
1201
1202
        :param _format: The format of the repository on disk.
1202
 
        :param a_bzrdir: The BzrDir of the repository.
 
1203
        :param controldir: The ControlDir of the repository.
1203
1204
        :param control_files: Control files to use for locking, etc.
1204
1205
        """
1205
1206
        # In the future we will have a single api for all stores for