comparison mercurial/commands.py @ 9698:3bbc6bc62809

commands: slightly better help for --traceback
author Martin Geisler <mg@lazybytes.net>
date Mon, 02 Nov 2009 20:50:57 +0100
parents 57cee011ffcb
children 2f1ab7f77ddc
comparison
equal deleted inserted replaced
9697:59e5ae188440 9698:3bbc6bc62809
3209 ('', 'debug', None, _('enable debugging output')), 3209 ('', 'debug', None, _('enable debugging output')),
3210 ('', 'debugger', None, _('start debugger')), 3210 ('', 'debugger', None, _('start debugger')),
3211 ('', 'encoding', encoding.encoding, _('set the charset encoding')), 3211 ('', 'encoding', encoding.encoding, _('set the charset encoding')),
3212 ('', 'encodingmode', encoding.encodingmode, 3212 ('', 'encodingmode', encoding.encodingmode,
3213 _('set the charset encoding mode')), 3213 _('set the charset encoding mode')),
3214 ('', 'traceback', None, _('print traceback on exception')), 3214 ('', 'traceback', None, _('always print a traceback on exception')),
3215 ('', 'time', None, _('time how long the command takes')), 3215 ('', 'time', None, _('time how long the command takes')),
3216 ('', 'profile', None, _('print command execution profile')), 3216 ('', 'profile', None, _('print command execution profile')),
3217 ('', 'version', None, _('output version information and exit')), 3217 ('', 'version', None, _('output version information and exit')),
3218 ('h', 'help', None, _('display help and exit')), 3218 ('h', 'help', None, _('display help and exit')),
3219 ] 3219 ]