contrib/bash_completion
changeset 929 26bb67b7ec14
parent 922 f4c7ad186983
child 935 925563ff1b18
child 945 f15901d053e1
--- a/contrib/bash_completion
+++ b/contrib/bash_completion
@@ -97,7 +97,7 @@
 	export|manifest|update|checkout|up|co)
 	    _hg_tags
 	;;
-	pull|push|outgoing)
+	pull|push|outgoing|incoming)
 	    _hg_paths
 	    COMPREPLY=(${COMPREPLY[@]:-} $( compgen -d -- "$cur" ))
 	;;