comparison doc/hg.1.txt @ 1084:069b4311a81b

updated manpage on global options and typo fix.
author TK Soh <teekaysoh@yahoo.com>
date Sat, 27 Aug 2005 01:49:35 -0700
parents b35d5b86e240
children 39b916b1d8e4
comparison
equal deleted inserted replaced
1083:30974cf73435 1084:069b4311a81b
15 The hg(1) command provides a command line interface to the Mercurial system. 15 The hg(1) command provides a command line interface to the Mercurial system.
16 16
17 OPTIONS 17 OPTIONS
18 ------- 18 -------
19 19
20 --debug, -d:: 20 -R, --repository::
21 repository root directory
22
23 --cwd::
24 change working directory
25
26 -y, --noninteractive::
27 do not prompt, assume 'yes' for any required answers
28
29 -q, --quiet::
30 suppress output
31
32 -v, --verbose::
33 enable additional output
34
35 --debug::
21 enable debugging output 36 enable debugging output
22 37
23 --quiet, -q:: 38 --traceback::
24 suppress output 39 print traceback on exception
25 40
26 --verbose, -v:: 41 --time::
27 enable additional output 42 time how long the command takes
28 43
29 --noninteractive, -y:: 44 --profile::
30 do not prompt, assume 'yes' for any required answers 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 ----------------
34 55
35 files ...:: 56 files ...::
120 141
121 -A, --addremove run addremove during commit 142 -A, --addremove run addremove during commit
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
129 aliases: ci 150 aliases: ci
130 151