##// END OF EJS Templates
commit: explicitly document the existence of "last-message.txt"
Greg Ward -
r11877:8f40125a stable
parent child Browse files
Show More
@@ -739,8 +739,10 b' def commit(ui, repo, *pats, **opts):'
739 If you are committing the result of a merge, do not provide any
739 If you are committing the result of a merge, do not provide any
740 filenames or -I/-X filters.
740 filenames or -I/-X filters.
741
741
742 If no commit message is specified, the configured editor is
742 If no commit message is specified, Mercurial starts your
743 started to prompt you for a message.
743 configured editor where you can enter a message. In case your
744 commit fails, you will find a backup of your message in
745 ``.hg/last-message.txt``.
744
746
745 See :hg:`help dates` for a list of formats valid for -d/--date.
747 See :hg:`help dates` for a list of formats valid for -d/--date.
746
748
General Comments 0
You need to be logged in to leave comments. Login now