2303
2303
raise errors.BzrCommandError("empty commit message specified")
2312
2307
tree.commit(message_callback=get_message,
2313
2308
specific_files=selected_list,
2314
2309
allow_pointless=unchanged, strict=strict, local=local,
2310
reporter=None, verbose=verbose, revprops=properties,
2318
2313
# FIXME: This should really happen before the file is read in;