# HG changeset patch # User mpm@selenic.com # Date 1124249490 28800 # Node ID 26bb67b7ec1453ba91b8fb2d6fb86784654d76c0 # Parent 6f2c3bcbfaaf7751f25cd74d25e1300ae765cb03 Add incoming to completions diff -r 6f2c3bcbfaaf -r 26bb67b7ec14 contrib/bash_completion --- a/contrib/bash_completion Tue Aug 16 19:27:46 2005 -0800 +++ b/contrib/bash_completion Tue Aug 16 19:31:30 2005 -0800 @@ -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" )) ;;