##// END OF EJS Templates
zsh: fix completions with relative paths...
zsh: fix completions with relative paths hg add ../foo/bar[TAB] now does what you expect

File last commit:

r406:d8abb687 default
r3817:45a751d7 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 "$@"