##// END OF EJS Templates
diffs: optimize how lexer is fetche for rich highlight mode....
diffs: optimize how lexer is fetche for rich highlight mode. - speeds up initial diff creation significantly since lexer cache is re used and we don't need to fetch lexer many times.

File last commit:

r1:854a839a default
r1356:1e4a47eb default
Show More
svn_post_commit_hook.py.tmpl
14 lines | 115 B | application/x-cheetah | CheetahLexer
#!_ENV_
import sys
RC_HOOK_VER = '_TMPL_'
def main():
sys.exit(0)
if __name__ == '__main__':
main()