diff --git a/doc/hg.1.txt b/doc/hg.1.txt --- a/doc/hg.1.txt +++ b/doc/hg.1.txt @@ -17,17 +17,38 @@ The hg(1) command provides a command lin 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 @@ commit [options] [files...]:: -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