1209
1209
def _create_control_files(self, a_bzrdir):
1210
1210
"""Create the required files and the initial control_files object."""
1212
1212
# NB: no need to escape relative paths that are url safe.
1213
1213
repository_transport = a_bzrdir.get_repository_transport(self)
1214
1214
control_files = LockableFiles(repository_transport, 'lock', LockDir)