contrib/bash_completion
changeset 18794 63dc020e8cb7
parent 18793 a821ec835223
child 20123 f16240c8e959
equal deleted inserted replaced
18793:a821ec835223 18794:63dc020e8cb7
   227 	    if _hg_ext_mq_patchlist qapplied && [ "${COMPREPLY[*]}" ]; then
   227 	    if _hg_ext_mq_patchlist qapplied && [ "${COMPREPLY[*]}" ]; then
   228 		return 0
   228 		return 0
   229 	    fi
   229 	    fi
   230 	    _hg_labels
   230 	    _hg_labels
   231 	;;
   231 	;;
   232 	manifest|update)
   232 	manifest|update|up|checkout|co)
   233 	    _hg_labels
   233 	    _hg_labels
   234 	;;
   234 	;;
   235 	pull|push|outgoing|incoming)
   235 	pull|push|outgoing|incoming)
   236 	    _hg_paths
   236 	    _hg_paths
   237 	    _hg_repos
   237 	    _hg_repos
   243 	    _hg_status "u"
   243 	    _hg_status "u"
   244 	;;
   244 	;;
   245 	merge)
   245 	merge)
   246 	    _hg_labels
   246 	    _hg_labels
   247 	;;
   247 	;;
   248 	commit|record)
   248 	commit|ci|record)
   249 	    _hg_status "mar"
   249 	    _hg_status "mar"
   250 	;;
   250 	;;
   251 	remove)
   251 	remove|rm)
   252 	    _hg_debugpathcomplete -n
   252 	    _hg_debugpathcomplete -n
   253 	;;
   253 	;;
   254 	forget)
   254 	forget)
   255 	    _hg_debugpathcomplete -fa
   255 	    _hg_debugpathcomplete -fa
   256 	;;
   256 	;;