dvcs - Does Mercurial support empty commit messages? -


is there way configure mercurial allow empty commit messages? if try hg commit through cli without entering commit message, commit canceled with: abort: empty commit message.

now, know committing without message considered bad form, mercurial allow @ all?

you can use space, i'd discourage it:

hg commit -m " " 

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -