mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 08:02:24 +03:00
a72478f016
Summary: This patch removes all `#include "../` lines and use the shortest possible include path. Test Plan: `make clean build` Reviewers: durham, #mercurial, rmcelroy Reviewed By: rmcelroy Subscribers: mjpieters Differential Revision: https://phabricator.intern.facebook.com/D5113672 Signature: t1:5113672:1495565454:961fb6f2f57a81a95013e0b8f67b2917c2e4523e |
||
---|---|---|
.. | ||
.hgignore | ||
bsearch_test.c | ||
bsearch.c | ||
bsearch.h | ||
checksum_test.c | ||
checksum.c | ||
checksum.h | ||
internal_result.h | ||
node_test.c | ||
node.c | ||
node.h | ||
path_buffer.h | ||
README | ||
result.h | ||
tests.c | ||
tests.h | ||
tree_arena.c | ||
tree_arena.h | ||
tree_convert_rt.c | ||
tree_convert_test.c | ||
tree_convert.c | ||
tree_copy_test.c | ||
tree_copy.c | ||
tree_diff_test.c | ||
tree_diff.c | ||
tree_disk_test.c | ||
tree_disk.c | ||
tree_dump.c | ||
tree_iterate_rt.c | ||
tree_iterator_test.c | ||
tree_iterator.c | ||
tree_iterator.h | ||
tree_path.c | ||
tree_path.h | ||
tree_test.c | ||
tree.c | ||
tree.h |
fastmanifest is a tree-based implementation to speed up manifest operations in Mercurial. Its design is optimized for quick deserialization from a persistent store. In compact form, the entire tree is relocatable without any traversals.