changeset 922:f4c7ad186983

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