276
276
os.mkdir(self.controlfilename([]))
277
277
self.controlfile('README', 'w').write(
278
278
"This is a Bazaar-NG control directory.\n"
280
280
self.controlfile('branch-format', 'w').write(BZR_BRANCH_FORMAT)
281
281
for d in ('text-store', 'inventory-store', 'revision-store'):
282
282
os.mkdir(self.controlfilename(d))