comparison contrib/bash_completion @ 922:f4c7ad186983

Teach bash_completion about outgoing
author mpm@selenic.com
date Tue, 16 Aug 2005 15:55:33 -0800
parents fe094cca9915
children 26bb67b7ec14
comparison
equal deleted inserted replaced
921:1a51fa1b3513 922:f4c7ad186983
95 _hg_commands 95 _hg_commands
96 ;; 96 ;;
97 export|manifest|update|checkout|up|co) 97 export|manifest|update|checkout|up|co)
98 _hg_tags 98 _hg_tags
99 ;; 99 ;;
100 pull|push) 100 pull|push|outgoing)
101 _hg_paths 101 _hg_paths
102 COMPREPLY=(${COMPREPLY[@]:-} $( compgen -d -- "$cur" )) 102 COMPREPLY=(${COMPREPLY[@]:-} $( compgen -d -- "$cur" ))
103 ;; 103 ;;
104 paths) 104 paths)
105 _hg_paths 105 _hg_paths