##// END OF EJS Templates
bash_completion: support GNU sed 3 and non-GNU sed...
TK Soh -
r952:dbfabfcb default
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 _hg_commands()
1 _hg_commands()
2 {
2 {
3 local commands="$(hg -v help | sed -e '1,/^list of commands:/d' \
3 local commands="$(hg -v help | sed -e '1,/^list of commands:/d' \
4 -e '/^global options:/Q' \
4 -e '/^global options:/,$d' \
5 -e '/^ [^ ]/!d; s/[,:]//g;')"
5 -e '/^ [^ ]/!d; s/[,:]//g;')"
6
6
7 # hide debug commands from users, but complete them if
7 # hide debug commands from users, but complete them if
General Comments 0
You need to be logged in to leave comments. Login now