Add some aliases
authormpm@selenic.com
Wed, 24 Aug 2005 00:12:04 -0700
changeset 1018 bb3f23fe59f0
parent 1017 cbc3d3d39d7d
child 1019 a9cca981c423
Add some aliases
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)