2310
2310
raise errors.BzrCommandError("empty commit message specified")
2319
2314
tree.commit(message_callback=get_message,
2320
2315
specific_files=selected_list,
2321
2316
allow_pointless=unchanged, strict=strict, local=local,
2317
reporter=None, verbose=verbose, revprops=properties,
2325
2320
# FIXME: This should really happen before the file is read in;