##// END OF EJS Templates
Add incoming to completions
mpm@selenic.com -
r929:26bb67b7 default
parent child Browse files
Show More
@@ -97,7 +97,7 b''
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 ;;
General Comments 0
You need to be logged in to leave comments. Login now