contrib/zsh_completion
changeset 3488 40fabb2a64b8
parent 3487 1b9494d2b070
child 3489 0e80552e1275
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     ;;