# HG changeset patch # User mpm@selenic.com # Date 2005-08-24 07:12:04 # Node ID bb3f23fe59f05d86ac24ad616f12006bcb26f990 # Parent cbc3d3d39d7d0db2a0c979a03ebd44a7fa907569 Add some aliases 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)