##// END OF EJS Templates
Cache extension load failures....
Cache extension load failures. hg commands call extensions.loadall twice, once during dispatch and once when the repository is instantiated. Without this change, load caches successful loads, but not unsuccessful, causing errors to be displayed twice.

File last commit:

r406:d8abb687 default
r5087:b3cc6226 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 "$@"