contrib/bash_completion
changeset 3992 d86ab4ba5ae6
parent 3481 f699d4eb25d9
child 3993 04d919cdf263
equal deleted inserted replaced
3991:da3dc89f1e9a 3992:d86ab4ba5ae6
   143     fi
   143     fi
   144 
   144 
   145     # global options
   145     # global options
   146     case "$prev" in
   146     case "$prev" in
   147 	-R|--repository)
   147 	-R|--repository)
       
   148 	    _hg_paths
   148 	    _hg_repos
   149 	    _hg_repos
   149 	    return
   150 	    return
   150 	;;
   151 	;;
   151 	--cwd)
   152 	--cwd)
   152 	    # Stick with default bash completion
   153 	    # Stick with default bash completion