contrib/bash_completion
changeset 929 26bb67b7ec14
parent 922 f4c7ad186983
child 935 925563ff1b18
child 945 f15901d053e1
equal deleted inserted replaced
928:6f2c3bcbfaaf 929:26bb67b7ec14
    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|outgoing)
   100 	pull|push|outgoing|incoming)
   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