contrib/zsh_completion
changeset 10375 adf9505e8888
parent 10028 873d9b9a7bac
child 10456 64a6a896e5fb
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=(