162
162
self.controlfile('README', 'w').write(
163
163
"This is a Bazaar-NG control directory.\n"
164
164
"Do not change any files in this directory.")
166
166
for d in ('text-store', 'inventory-store', 'revision-store'):
167
167
os.mkdir(self.controlfilename(d))
168
168
for f in ('revision-history', 'merged-patches',