Comment 3 for bug 207507

Revision history for this message
John A Meinel (jameinel) wrote :

It would be pretty trivial to just check if "message == ''" in the beginning of cmd_commit.run() and fail at that time, since we know we will abort later.

Though allowing an empty commit message would also be possible (even if it is bad form on the user's part).