mercurial/commands.py
branchstable
changeset 11877 8f40125a0ed8
parent 11836 53fdc0989047
child 11881 2da0cf99b642
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     """