##// END OF EJS Templates
mercurial.el: don't raise an error from find-file-hook...
mercurial.el: don't raise an error from find-file-hook find-file() shouldn't fail even if unreadable .hg directory is exists. Not enabling hg-mode is sufficient for that senario.

File last commit:

r406:d8abb687 default
r4413:b008deae 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 "$@"