# HG changeset patch # User mpm@selenic.com # Date 1124249490 28800 # Node ID 26bb67b7ec1453ba91b8fb2d6fb86784654d76c0 # Parent 6f2c3bcbfaaf7751f25cd74d25e1300ae765cb03 Add incoming to completions 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|outgoing) + pull|push|outgoing|incoming) _hg_paths COMPREPLY=(${COMPREPLY[@]:-} $( compgen -d -- "$cur" )) ;;