##// END OF EJS Templates
updated manpage on global options and typo fix.
TK Soh -
r1084:069b4311 default
parent child Browse files
Show More
@@ -17,17 +17,38 b' The hg(1) command provides a command lin'
17 OPTIONS
17 OPTIONS
18 -------
18 -------
19
19
20 --debug, -d::
20 -R, --repository::
21 enable debugging output
21 repository root directory
22
23 --cwd::
24 change working directory
22
25
23 --quiet, -q::
26 -y, --noninteractive::
27 do not prompt, assume 'yes' for any required answers
28
29 -q, --quiet::
24 suppress output
30 suppress output
25
31
26 --verbose, -v::
32 -v, --verbose::
27 enable additional output
33 enable additional output
28
34
29 --noninteractive, -y::
35 --debug::
30 do not prompt, assume 'yes' for any required answers
36 enable debugging output
37
38 --traceback::
39 print traceback on exception
40
41 --time::
42 time how long the command takes
43
44 --profile::
45 print command execution profile
46
47 --version::
48 output version information and exit
49
50 -h, --help::
51 display help and exit
31
52
32 COMMAND ELEMENTS
53 COMMAND ELEMENTS
33 ----------------
54 ----------------
@@ -122,7 +143,7 b' commit [options] [files...]::'
122 -I, --include <pat> include names matching the given patterns
143 -I, --include <pat> include names matching the given patterns
123 -X, --exclude <pat> exclude names matching the given patterns
144 -X, --exclude <pat> exclude names matching the given patterns
124 -m, --message <text> use <text> as commit message
145 -m, --message <text> use <text> as commit message
125 -l, --logfile <file> show the commit message for the given file
146 -l, --logfile <file> read the commit message from <file>
126 -d, --date <datecode> record datecode as commit date
147 -d, --date <datecode> record datecode as commit date
127 -u, --user <user> record user as commiter
148 -u, --user <user> record user as commiter
128
149
General Comments 0
You need to be logged in to leave comments. Login now