934
939
"""Create the required files and the initial control_files object."""
935
940
# FIXME: RBC 20060125 dont peek under the covers
936
941
# NB: no need to escape relative paths that are url safe.
938
942
repository_transport = a_bzrdir.get_repository_transport(self)
939
repository_transport.put(lock_file, StringIO()) # TODO get the file mode from the bzrdir lock files., mode=file_mode)
943
947
def _get_revision_store(self, repo_transport, control_files):