diff --git a/contrib/bash_completion b/contrib/bash_completion --- a/contrib/bash_completion +++ b/contrib/bash_completion @@ -97,7 +97,7 @@ export|manifest|update|checkout|up|co) _hg_tags ;; - pull|push) + pull|push|outgoing) _hg_paths COMPREPLY=(${COMPREPLY[@]:-} $( compgen -d -- "$cur" )) ;;