comparison contrib/zsh_completion @ 10375:adf9505e8888

commands: Try to improve help options text for basic commands Mostly rewrite -r text
author timeless@mozdev.org
date Fri, 20 Nov 2009 14:37:36 +0200
parents 873d9b9a7bac
children 64a6a896e5fb
comparison
equal deleted inserted replaced
10374:3aa35db5e38c 10375:adf9505e8888
356 '*'{-X+,--exclude}'[exclude names matching the given patterns]:dir:_files -W $(_hg_cmd root) -/') 356 '*'{-X+,--exclude}'[exclude names matching the given patterns]:dir:_files -W $(_hg_cmd root) -/')
357 357
358 _hg_diff_opts=( 358 _hg_diff_opts=(
359 '(--text -a)'{-a,--text}'[treat all files as text]' 359 '(--text -a)'{-a,--text}'[treat all files as text]'
360 '(--git -g)'{-g,--git}'[use git extended diff format]' 360 '(--git -g)'{-g,--git}'[use git extended diff format]'
361 "--nodates[don't include dates in diff headers]") 361 "--nodates[omit dates from diff headers]")
362 362
363 _hg_dryrun_opts=( 363 _hg_dryrun_opts=(
364 '(--dry-run -n)'{-n,--dry-run}'[do not perform actions, just print output]') 364 '(--dry-run -n)'{-n,--dry-run}'[do not perform actions, just print output]')
365 365
366 _hg_style_opts=( 366 _hg_style_opts=(