2240
2241
if (filename.endswith(".weave") or
2241
2242
filename.endswith(".gz") or
2242
2243
filename.endswith(".sig")):
2247
2249
# FIXME keep track of the dirs made RBC 20060121
2250
2252
except errors.NoSuchFile: # catches missing dirs strangely enough
2253
2255
self.bzrdir._control_files.put_utf8('branch-format', BzrDirFormat6().get_format_string())