comparison mercurial/commands.py @ 11877:8f40125a0ed8 stable

commit: explicitly document the existence of "last-message.txt"
author Greg Ward <greg-hg@gerg.ca>
date Sat, 14 Aug 2010 14:57:33 +0200
parents 53fdc0989047
children 2da0cf99b642
comparison
equal deleted inserted replaced
11845:85de44ae0238 11877:8f40125a0ed8
737 will be committed. 737 will be committed.
738 738
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
747 Returns 0 on success, 1 if nothing changed. 749 Returns 0 on success, 1 if nothing changed.
748 """ 750 """