##// END OF EJS Templates
tags: implement persistent tag caching (issue548)....
tags: implement persistent tag caching (issue548). - rename findglobaltags() to findglobaltags1() (so the "no cache" implementation is still there if we need it) - add findglobaltags2() and make findglobaltags() an alias for it (disabling tag caching is a one-line patch) - factor out tagcache class with methods readcache() and writecache(); the expensive part of tag finding (iterate over heads and find .hgtags filenode) is now in tagcache.readcache()

File last commit:

r0:9117c656 default
r9151:f528d1a9 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer