comparison contrib/zsh_completion @ 3490:72b9a3b8bb1d

zsh: add view opts
author Brendan Cully <brendan@kublai.com>
date Tue, 24 Oct 2006 11:10:04 -0700
parents 0e80552e1275
children 459e7cd943d4
comparison
equal deleted inserted replaced
3489:0e80552e1275 3490:72b9a3b8bb1d
443 '(--rev 1)-r[show parents of the specified rev]:revision:->tags' \ 443 '(--rev 1)-r[show parents of the specified rev]:revision:->tags' \
444 '(-r 1)--rev[show parents of the specified rev]:revision:->tags' \ 444 '(-r 1)--rev[show parents of the specified rev]:revision:->tags' \
445 '::revision:->tags' 445 '::revision:->tags'
446 ;; 446 ;;
447 447
448 (identify|recover|root|undo|view|verify|version|ct|tags) 448 (identify|recover|root|undo|verify|version|ct|tags)
449 # no arguments for these commands 449 # no arguments for these commands
450 ;;
451
452 # HGK
453 (vi*)
454 _arguments \
455 '(--limit)-l[limit number of changes displayed]:' \
456 '(-l)--limit[limit number of changes displayed]:' \
457 '::revision range:->tags'
450 ;; 458 ;;
451 459
452 # MQ commands 460 # MQ commands
453 (qdel*|qrm|qrem*) 461 (qdel*|qrm|qrem*)
454 _arguments \ 462 _arguments \