sapling/hgext/extlib/ctreemanifest
Durham Goode 6d8f64bc0d treemanifest: change native tree walking to allow depth a parameter
Summary:
We're experiencing cases where users are pulling down far more trees
than they need. Let's enable the ability to download a certain depth of trees.

In this diff we just implement the actual iteration limiting in native code. In
a future diff we'll make the appropriate python changes and add a test.

Reviewed By: quark-zju

Differential Revision: D8523215

fbshipit-source-id: ccfeadee1525b86b1a5578631dbafe666de41f4c
2018-06-27 18:06:13 -07:00
..
manifest_entry.cpp cstore: add treemanifest.listdir 2018-06-12 09:23:44 -07:00
manifest_entry.h hg: disable check-code tests for C code 2018-06-05 19:21:43 -07:00
manifest_fetcher.cpp hg: disable check-code tests for C code 2018-06-05 19:21:43 -07:00
manifest_fetcher.h hg: disable check-code tests for C code 2018-06-05 19:21:43 -07:00
manifest_ptr.cpp hg: disable check-code tests for C code 2018-06-05 19:21:43 -07:00
manifest_ptr.h hg: disable check-code tests for C code 2018-06-05 19:21:43 -07:00
manifest.cpp hg: disable check-code tests for C code 2018-06-05 19:21:43 -07:00
manifest.h hg: disable check-code tests for C code 2018-06-05 19:21:43 -07:00
treemanifest.cpp treemanifest: change native tree walking to allow depth a parameter 2018-06-27 18:06:13 -07:00
treemanifest.h treemanifest: change native tree walking to allow depth a parameter 2018-06-27 18:06:13 -07:00