comparison contrib/bash_completion @ 929:26bb67b7ec14

Add incoming to completions
author mpm@selenic.com
date Tue, 16 Aug 2005 19:31:30 -0800
parents f4c7ad186983
children 925563ff1b18 f15901d053e1
comparison
equal deleted inserted replaced
928:6f2c3bcbfaaf 929:26bb67b7ec14
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|outgoing) 100 pull|push|outgoing|incoming)
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