##// END OF EJS Templates
bash_completion: don't complete export with "garbage" when mq is not around...
bash_completion: don't complete export with "garbage" when mq is not around The "garbage" is the output of hg help printed when a command is not found.

File last commit:

r406:d8abb687 default
r3480:03932425 default
Show More
git-rev-tree
5 lines | 69 B | text/plain | TextLexer
#!/bin/sh
op=`basename $0 | sed -e 's/^git-//'`
exec hgit $op "$@"