##// END OF EJS Templates
manifest: rewrite find(node, f) in terms of read(node)...
manifest: rewrite find(node, f) in terms of read(node) Since find() now always works with a full manifest, we can simplify by calling read() to give us that manifest. That way, we also populate the manifest cache. However, now that we no longer parse the manifest text into a Python type (thanks, lazymanifest/Augie), the cost of parsing (scanning for newlines, really) is small enough that it seems generally drowned by revlog reading.

File last commit:

r16438:28a90cdf default
r24292:b7add2eb default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer