##// END OF EJS Templates
bash_completion: better handling of aliases...
bash_completion: better handling of aliases Instead of listing every alias in the big case..esac, use hg help to get the canonical name of the command.

File last commit:

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