contrib/zsh_completion
branchstable
changeset 10456 64a6a896e5fb
parent 8986 7f349588665f
parent 10375 adf9505e8888
child 11646 91af149b5cd7
--- a/contrib/zsh_completion	Thu Feb 11 23:15:42 2010 +0200
+++ b/contrib/zsh_completion	Sat Feb 13 23:50:38 2010 -0600
@@ -358,7 +358,7 @@
 _hg_diff_opts=(
   '(--text -a)'{-a,--text}'[treat all files as text]'
   '(--git -g)'{-g,--git}'[use git extended diff format]'
-  "--nodates[don't include dates in diff headers]")
+  "--nodates[omit dates from diff headers]")
 
 _hg_dryrun_opts=(
   '(--dry-run -n)'{-n,--dry-run}'[do not perform actions, just print output]')
@@ -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]' \