diff contrib/bash_completion @ 1018:bb3f23fe59f0

Add some aliases
author mpm@selenic.com
date Wed, 24 Aug 2005 00:12:04 -0700
parents 4f81068ed8cd
children 89f54e72581d
line wrap: on
line diff
--- 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)