~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/vf_repository.py

  • Committer: jelmer at samba
  • Date: 2011-10-11 12:01:51 UTC
  • mto: This revision was merged to the branch mainline in revision 6214.
  • Revision ID: jelmer@samba.org-20111011120151-l1aa35zasaocrev3
Fix tests and the like.

Show diffs side-by-side

added added

removed removed

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