comparison tests/test-record.out @ 5122:c80af96943aa

refactor options from cmdtable - add extracommitopts for user and date - factor stuff
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 08 Aug 2007 12:27:20 +0200
parents c9126c24e098
children 67afecb8d6cc
comparison
equal deleted inserted replaced
5121:7106f4899aa0 5122:c80af96943aa
4 interactively select changes to commit 4 interactively select changes to commit
5 5
6 options: 6 options:
7 7
8 -A --addremove mark new/missing files as added/removed before committing 8 -A --addremove mark new/missing files as added/removed before committing
9 -d --date record datecode as commit date
10 -u --user record user as commiter
11 -I --include include names matching the given patterns 9 -I --include include names matching the given patterns
12 -X --exclude exclude names matching the given patterns 10 -X --exclude exclude names matching the given patterns
13 -m --message use <text> as commit message 11 -m --message use <text> as commit message
14 -l --logfile read commit message from <file> 12 -l --logfile read commit message from <file>
13 -d --date record datecode as commit date
14 -u --user record user as committer
15 15
16 use "hg -v help record" to show global options 16 use "hg -v help record" to show global options
17 % select no files 17 % select no files
18 diff --git a/empty-rw b/empty-rw 18 diff --git a/empty-rw b/empty-rw
19 new file mode 100644 19 new file mode 100644