diff contrib/bash_completion @ 922:f4c7ad186983

Teach bash_completion about outgoing
author mpm@selenic.com
date Tue, 16 Aug 2005 15:55:33 -0800
parents fe094cca9915
children 26bb67b7ec14
line wrap: on
line diff
--- a/contrib/bash_completion
+++ b/contrib/bash_completion
@@ -97,7 +97,7 @@
 	export|manifest|update|checkout|up|co)
 	    _hg_tags
 	;;
-	pull|push)
+	pull|push|outgoing)
 	    _hg_paths
 	    COMPREPLY=(${COMPREPLY[@]:-} $( compgen -d -- "$cur" ))
 	;;