# HG changeset patch # User Brendan Cully # Date 2009-11-24 19:20:25 # Node ID c0b79fdfd214b5fa5a84e3d2c0941aa9be654e5d # Parent e84066a49e3a644bfa7cc989557869e1c5295a39 zsh completion: add summary diff --git a/contrib/zsh_completion b/contrib/zsh_completion --- a/contrib/zsh_completion +++ b/contrib/zsh_completion @@ -734,6 +734,11 @@ typeset -A _hg_cmd_globals '*:files:_files' } +_hg_cmd_summary() { + _arguments -s -w : $_hg_global_opts \ + '--remote[check for push and pull]' +} + _hg_cmd_tag() { _arguments -s -w : $_hg_global_opts \ '(--local -l)'{-l,--local}'[make the tag local]' \