##// END OF EJS Templates
Added missing --config global option to zsh_completion....
Added missing --config global option to zsh_completion. The global options --encoding and --encodingmode where also added. Without these options some functionality breaks. Also added basic completion for config items for the --config option.

File last commit:

r406:d8abb687 default
r6804:694223a2 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 "$@"