--- a/contrib/zsh_completion Tue Oct 24 11:10:04 2006 -0700
+++ b/contrib/zsh_completion Tue Oct 24 11:10:04 2006 -0700
@@ -445,10 +445,18 @@
'::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 \