##// END OF EJS Templates
bash_completion: add global support for -b|--branch...
Sean Farley -
r20135:e39bd4b7 default
parent child Browse files
Show More
@@ -255,6 +255,13 b' shopt -s extglob'
255 255 fi
256 256 return 1
257 257 ;;
258 -b|--branch)
259 if [[ $canonical = 1 || status != "$cmd"* ]]; then
260 _hg_branches
261 return 0
262 fi
263 return 1
264 ;;
258 265 esac
259 266 fi
260 267
General Comments 0
You need to be logged in to leave comments. Login now