contrib/zsh_completion
changeset 3490 72b9a3b8bb1d
parent 3489 0e80552e1275
child 3491 459e7cd943d4
--- a/contrib/zsh_completion
+++ b/contrib/zsh_completion
@@ -445,10 +445,18 @@ case $service in
 	'::revision:->tags'
     ;;
 
-    (identify|recover|root|undo|view|verify|version|ct|tags)
+    (identify|recover|root|undo|verify|version|ct|tags)
         # no arguments for these commands
     ;;
 
+    # HGK
+    (vi*)
+        _arguments \
+        '(--limit)-l[limit number of changes displayed]:' \
+        '(-l)--limit[limit number of changes displayed]:' \
+        '::revision range:->tags'
+    ;;
+
     # MQ commands
     (qdel*|qrm|qrem*)
         _arguments \