##// END OF EJS Templates
bash_completion: small updates and fixes...
bash_completion: small updates and fixes - $result in _hg_commands is not an array - use "hg status ." - update "hg cat" completion - let bash itself generate the default completion

File last commit:

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