comparison contrib/zsh_completion @ 3488:40fabb2a64b8

zsh: add -r to parents
author Brendan Cully <brendan@kublai.com>
date Tue, 24 Oct 2006 11:10:04 -0700
parents 1b9494d2b070
children 0e80552e1275
comparison
equal deleted inserted replaced
3487:1b9494d2b070 3488:40fabb2a64b8
432 432
433 (manifest) 433 (manifest)
434 _arguments '*:revision:->tags' 434 _arguments '*:revision:->tags'
435 ;; 435 ;;
436 436
437 (parents) 437 (par*)
438 _arguments '*:revision:->tags' 438 _arguments \
439 '(--rev 1)-r[show parents of the specified rev]:revision:->tags' \
440 '(-r 1)--rev[show parents of the specified rev]:revision:->tags' \
441 '::revision:->tags'
439 ;; 442 ;;
440 443
441 (identify|recover|root|undo|view|verify|version|ct|tags) 444 (identify|recover|root|undo|view|verify|version|ct|tags)
442 # no arguments for these commands 445 # no arguments for these commands
443 ;; 446 ;;