# HG changeset patch # User mpm@selenic.com # Date 2005-08-16 23:55:33 # Node ID f4c7ad1869836c10ef09297c588a184c43605be2 # Parent 1a51fa1b3513bcddd0f7274b6683005840227c44 Teach bash_completion about outgoing 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" )) ;;