Is there a way to configure Mercurial to allow for empty commit messages? If you try hg commit through the CLI without entering a commit message, the commit is
hg commit
You can use just a space, but I'd really discourage it:
hg commit -m " "