diff 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
line wrap: on
line diff
--- a/contrib/zsh_completion	Tue Nov 24 20:40:04 2009 +0100
+++ b/contrib/zsh_completion	Tue Nov 24 20:40:16 2009 +0100
@@ -734,6 +734,11 @@
   '*: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]' \