comparison contrib/zsh_completion @ 9929:193a8d539e21

merge with crew
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 24 Nov 2009 20:40:16 +0100
parents c0b79fdfd214
children
comparison
equal deleted inserted replaced
9928:a92539567ef3 9929:193a8d539e21
732 '(--print0 -0)'{-0,--print0}'[end filenames with NUL, for use with xargs]' \ 732 '(--print0 -0)'{-0,--print0}'[end filenames with NUL, for use with xargs]' \
733 '--rev[show difference from revision]:revision:_hg_tags' \ 733 '--rev[show difference from revision]:revision:_hg_tags' \
734 '*:files:_files' 734 '*:files:_files'
735 } 735 }
736 736
737 _hg_cmd_summary() {
738 _arguments -s -w : $_hg_global_opts \
739 '--remote[check for push and pull]'
740 }
741
737 _hg_cmd_tag() { 742 _hg_cmd_tag() {
738 _arguments -s -w : $_hg_global_opts \ 743 _arguments -s -w : $_hg_global_opts \
739 '(--local -l)'{-l,--local}'[make the tag local]' \ 744 '(--local -l)'{-l,--local}'[make the tag local]' \
740 '(--message -m)'{-m+,--message}'[message for tag commit log entry]:message:' \ 745 '(--message -m)'{-m+,--message}'[message for tag commit log entry]:message:' \
741 '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \ 746 '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \