changeset 1018:bb3f23fe59f0

Add some aliases
author mpm@selenic.com
date Wed, 24 Aug 2005 00:12:04 -0700
parents cbc3d3d39d7d
children a9cca981c423
files contrib/bash_completion
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)