Mercurial > hg
comparison tests/test-extension.out @ 9698:3bbc6bc62809
commands: slightly better help for --traceback
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Mon, 02 Nov 2009 20:50:57 +0100 |
parents | c4f6c02e33c4 |
children | 0a3fc37261ab |
comparison
equal
deleted
inserted
replaced
9697:59e5ae188440 | 9698:3bbc6bc62809 |
---|---|
63 --config set/override config option | 63 --config set/override config option |
64 --debug enable debugging output | 64 --debug enable debugging output |
65 --debugger start debugger | 65 --debugger start debugger |
66 --encoding set the charset encoding (default: ascii) | 66 --encoding set the charset encoding (default: ascii) |
67 --encodingmode set the charset encoding mode (default: strict) | 67 --encodingmode set the charset encoding mode (default: strict) |
68 --traceback print traceback on exception | 68 --traceback always print a traceback on exception |
69 --time time how long the command takes | 69 --time time how long the command takes |
70 --profile print command execution profile | 70 --profile print command execution profile |
71 --version output version information and exit | 71 --version output version information and exit |
72 -h --help display help and exit | 72 -h --help display help and exit |
73 % hg help --debug | 73 % hg help --debug |
93 --config set/override config option | 93 --config set/override config option |
94 --debug enable debugging output | 94 --debug enable debugging output |
95 --debugger start debugger | 95 --debugger start debugger |
96 --encoding set the charset encoding (default: ascii) | 96 --encoding set the charset encoding (default: ascii) |
97 --encodingmode set the charset encoding mode (default: strict) | 97 --encodingmode set the charset encoding mode (default: strict) |
98 --traceback print traceback on exception | 98 --traceback always print a traceback on exception |
99 --time time how long the command takes | 99 --time time how long the command takes |
100 --profile print command execution profile | 100 --profile print command execution profile |
101 --version output version information and exit | 101 --version output version information and exit |
102 -h --help display help and exit | 102 -h --help display help and exit |
103 % issue811 | 103 % issue811 |