comparison contrib/zsh_completion @ 13562:7c6e9b57a4cc

zsh completion: remove computed default values from help texts The default encoding and encoding mode are computed at runtime and can vary from system to system. The two remaining default values in the completion help texts (number of directories to strip on import and default bundle name) are fixed in the source code.
author Martin Geisler <mg@aragost.com>
date Tue, 08 Mar 2011 11:01:01 +0100
parents 392b5684d0b4
children a051f8a6a7cc
comparison
equal deleted inserted replaced
13561:0ab0ceefddf2 13562:7c6e9b57a4cc
358 '*--config[set/override config option]:defined config items:_hg_config' 358 '*--config[set/override config option]:defined config items:_hg_config'
359 '(--quiet -q)'{-q,--quiet}'[suppress output]' 359 '(--quiet -q)'{-q,--quiet}'[suppress output]'
360 '(--help -h)'{-h,--help}'[display help and exit]' 360 '(--help -h)'{-h,--help}'[display help and exit]'
361 '--debug[debug mode]' 361 '--debug[debug mode]'
362 '--debugger[start debugger]' 362 '--debugger[start debugger]'
363 '--encoding[set the charset encoding (default: UTF8)]' 363 '--encoding[set the charset encoding]'
364 '--encodingmode[set the charset encoding mode (default: strict)]' 364 '--encodingmode[set the charset encoding mode]'
365 '--lsprof[print improved command execution profile]' 365 '--lsprof[print improved command execution profile]'
366 '--traceback[print traceback on exception]' 366 '--traceback[print traceback on exception]'
367 '--time[time how long the command takes]' 367 '--time[time how long the command takes]'
368 '--profile[profile]' 368 '--profile[profile]'
369 '--version[output version information and exit]' 369 '--version[output version information and exit]'