307
308
self.controlfile('README', 'w').write(
308
309
"This is a Bazaar-NG control directory.\n"
309
310
"Do not change any files in this directory.\n")
311
312
for d in ('text-store', 'inventory-store', 'revision-store'):
312
313
os.mkdir(self.controlfilename(d))
313
314
for f in ('revision-history', 'merged-patches',