##// END OF EJS Templates
bash_completion: allow remove to complete normal files...
Bryan O'Sullivan -
r18768:e3e60196 default
parent child Browse files
Show More
@@ -255,7 +255,7 b' shopt -s extglob'
255 255 _hg_status "mar"
256 256 ;;
257 257 remove)
258 _hg_status "d"
258 _hg_status "mcd"
259 259 ;;
260 260 forget)
261 261 _hg_status "a"
General Comments 0
You need to be logged in to leave comments. Login now