comparison tests/test-qrecord.t @ 21021:422981492ace

commit: --edit/-e to force edit of otherwise-supplied commit message The --edit/-e option for the 'commit' command forces editor, even when a commit message has been provided already by other means, such as by the -m or -l options.
author "Bradley M. Kuhn" <bkuhn@ebb.org>
date Sun, 08 Sep 2013 19:02:08 -0400
parents 29c726e9c3ab
children 3838b910fa6b
comparison
equal deleted inserted replaced
21020:5041163ee382 21021:422981492ace
60 committing 60 committing
61 --close-branch mark a branch as closed, hiding it from the branch 61 --close-branch mark a branch as closed, hiding it from the branch
62 list 62 list
63 --amend amend the parent of the working dir 63 --amend amend the parent of the working dir
64 -s --secret use the secret phase for committing 64 -s --secret use the secret phase for committing
65 -e --edit further edit commit message already specified
65 -I --include PATTERN [+] include names matching the given patterns 66 -I --include PATTERN [+] include names matching the given patterns
66 -X --exclude PATTERN [+] exclude names matching the given patterns 67 -X --exclude PATTERN [+] exclude names matching the given patterns
67 -m --message TEXT use text as commit message 68 -m --message TEXT use text as commit message
68 -l --logfile FILE read commit message from file 69 -l --logfile FILE read commit message from file
69 -d --date DATE record the specified date as commit date 70 -d --date DATE record the specified date as commit date