# HG changeset patch # User TK Soh # Date 1125132575 25200 # Node ID 069b4311a81b41eae1f9ff9f29ef17315e1e6d26 # Parent 30974cf73435e13393c6484792bda7ec924c8da9 updated manpage on global options and typo fix. diff -r 30974cf73435 -r 069b4311a81b doc/hg.1.txt --- 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 include names matching the given patterns -X, --exclude exclude names matching the given patterns -m, --message use as commit message - -l, --logfile show the commit message for the given file + -l, --logfile read the commit message from -d, --date record datecode as commit date -u, --user record user as commiter