contrib/bash_completion
changeset 922 f4c7ad186983
parent 916 fe094cca9915
child 929 26bb67b7ec14
equal deleted inserted replaced
921:1a51fa1b3513 922:f4c7ad186983
    95 	    _hg_commands
    95 	    _hg_commands
    96 	;;
    96 	;;
    97 	export|manifest|update|checkout|up|co)
    97 	export|manifest|update|checkout|up|co)
    98 	    _hg_tags
    98 	    _hg_tags
    99 	;;
    99 	;;
   100 	pull|push)
   100 	pull|push|outgoing)
   101 	    _hg_paths
   101 	    _hg_paths
   102 	    COMPREPLY=(${COMPREPLY[@]:-} $( compgen -d -- "$cur" ))
   102 	    COMPREPLY=(${COMPREPLY[@]:-} $( compgen -d -- "$cur" ))
   103 	;;
   103 	;;
   104 	paths)
   104 	paths)
   105 	    _hg_paths
   105 	    _hg_paths