1245
1245
def _create_control_files(self, a_bzrdir):
1246
1246
"""Create the required files and the initial control_files object."""
1248
1248
# NB: no need to escape relative paths that are url safe.
1249
1249
repository_transport = a_bzrdir.get_repository_transport(self)
1250
1250
control_files = LockableFiles(repository_transport, 'lock', LockDir)