sapling/remotefilelog/ctreemanifest
Durham Goode 8180b78c83 ctree: implement treemanifest.walk
Summary:
This implements the walk function, which is almost identical to iterkeys, except
it filters the result using a provided matcher.

Test Plan:
As before, not sure how to execute this from in mercurial, but it's
pretty small so we'll test it with the full mercurial test suite once we can do
edits.

Reviewers: #fastmanifest

Differential Revision: https://phabricator.intern.facebook.com/D3775631
2016-09-08 11:40:08 -07:00
..
convert.h [ctree] conversion method to hex from bin. 2016-09-07 17:50:30 -07:00
manifest_entry.cpp [cfastmanifest] only create a Manifest object for ManifestEntry::initialize if it's a directory 2016-09-06 12:40:15 -07:00
manifest_entry.h [ctreemanifest] const-ify the manifest directory flag 2016-09-06 12:38:54 -07:00
manifest_fetcher.cpp [ctree] get rid of manifestkey 2016-08-22 15:42:03 -07:00
manifest_fetcher.h ctree: move Python.h to be included first 2016-08-29 16:19:52 -07:00
manifest.cpp [ctreemanifest] add node as a param for addChild 2016-09-06 12:39:07 -07:00
manifest.h [ctreemanifest] add node as a param for addChild 2016-09-06 12:39:07 -07:00
py-treemanifest.cpp ctree: implement treemanifest.walk 2016-09-08 11:40:08 -07:00
pythonutil.cpp ctree: implement treemanifest.matches 2016-08-29 16:19:52 -07:00
pythonutil.h ctree: implement treemanifest.matches 2016-08-29 16:19:52 -07:00
treemanifest.cpp ctree: initialize variables before use 2016-09-08 11:40:08 -07:00
treemanifest.h [ctree] funnel all access to the root manifest via getManifest() method 2016-09-07 13:00:55 -07:00