##// END OF EJS Templates
bash_completion: extended patterns require extglob option
TK Soh -
r1311:db8bebb0 default
parent child Browse files
Show More
@@ -1,5 +1,7 b''
1 1 #!/bin/bash
2 2
3 shopt -s extglob
4
3 5 _hg_commands()
4 6 {
5 7 local commands="$(hg -v help | sed -e '1,/^list of commands:/d' \
General Comments 0
You need to be logged in to leave comments. Login now