mercurial/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 11 Mar 2015 08:28:56 -0700
changeset 24292 b7add2ebef9e
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: