##// END OF EJS Templates
zsh completion: add summary
Brendan Cully -
r9923:c0b79fdf default
parent child Browse files
Show More
@@ -734,6 +734,11 b' typeset -A _hg_cmd_globals'
734 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 742 _hg_cmd_tag() {
738 743 _arguments -s -w : $_hg_global_opts \
739 744 '(--local -l)'{-l,--local}'[make the tag local]' \
General Comments 0
You need to be logged in to leave comments. Login now