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