diff --git a/contrib/bash_completion b/contrib/bash_completion --- a/contrib/bash_completion +++ b/contrib/bash_completion @@ -103,7 +103,7 @@ export|manifest|update|checkout|up|co) _hg_tags ;; - pull|push|outgoing|incoming) + pull|push|outgoing|incoming|out|in) _hg_paths COMPREPLY=(${COMPREPLY[@]:-} $( compgen -d -- "$cur" )) ;; @@ -113,7 +113,7 @@ add) _hg_status "u" ;; - commit) + commit|ci) _hg_status "mra" ;; remove)