Mercurial > hg
changeset 929:26bb67b7ec14
Add incoming to completions
author | mpm@selenic.com |
---|---|
date | Tue, 16 Aug 2005 19:31:30 -0800 |
parents | 6f2c3bcbfaaf |
children | 0c4a6ad6efc1 |
files | contrib/bash_completion |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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" )) ;;