# HG changeset patch # User mpm@selenic.com # Date 1124867524 25200 # Node ID bb3f23fe59f05d86ac24ad616f12006bcb26f990 # Parent cbc3d3d39d7d0db2a0c979a03ebd44a7fa907569 Add some aliases diff -r cbc3d3d39d7d -r bb3f23fe59f0 contrib/bash_completion --- a/contrib/bash_completion Wed Aug 24 00:09:56 2005 -0700 +++ b/contrib/bash_completion Wed Aug 24 00:12:04 2005 -0700 @@ -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)