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