##// END OF EJS Templates
Teach bash_completion about outgoing
mpm@selenic.com -
r922:f4c7ad18 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)
100 pull|push|outgoing)
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