How can I specify a multiline commit message for mercurial on the command line?
hg commit -m \"* add foo\\n* fix bar\"
does not work. The log
For Windows with PowerShell:
hg commit --message "foo`nbar"