Mercurial > hg
diff 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 |
line wrap: on
line diff
--- a/doc/hg.1.txt Sat Aug 27 01:43:48 2005 -0700 +++ b/doc/hg.1.txt Sat Aug 27 01:49:35 2005 -0700 @@ -17,17 +17,38 @@ OPTIONS ------- ---debug, -d:: - enable debugging output +-R, --repository:: + repository root directory + +--cwd:: + change working directory ---quiet, -q:: +-y, --noninteractive:: + do not prompt, assume 'yes' for any required answers + +-q, --quiet:: suppress output ---verbose, -v:: +-v, --verbose:: enable additional output ---noninteractive, -y:: - do not prompt, assume 'yes' for any required answers +--debug:: + enable debugging output + +--traceback:: + print traceback on exception + +--time:: + time how long the command takes + +--profile:: + print command execution profile + +--version:: + output version information and exit + +-h, --help:: + display help and exit COMMAND ELEMENTS ---------------- @@ -122,7 +143,7 @@ -I, --include <pat> include names matching the given patterns -X, --exclude <pat> exclude names matching the given patterns -m, --message <text> use <text> as commit message - -l, --logfile <file> show the commit message for the given file + -l, --logfile <file> read the commit message from <file> -d, --date <datecode> record datecode as commit date -u, --user <user> record user as commiter