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
Post a Comment