sapling/tests
Simon Farnsworth b38dd81782 Make known protocol check that the commit is fully present
Summary: `changeset_exists` only checks that the changeset is in the blob store. Once we start accepting pushes, we'll also want to check that the changeset is reachable from a head. Use revsets to check this. Once we have a notion of "completeness" for changesets, we'll switch `known` to use that instead - this code is still useful as a way to go from `changeset_exists` to `changeset_complete` in bulk.

Reviewed By: jsgf

Differential Revision: D6205695

fbshipit-source-id: 7e3b5c30bc5e459feb95a20913d8a04f3fda7469
2017-12-04 11:54:53 -08:00
..
fixtures Remove ValueIn/ValueOut from the BlobStore generic arguments. 2017-12-04 10:22:09 -08:00
integration Make known protocol check that the commit is fully present 2017-12-04 11:54:53 -08:00
utils mononoke: add simple utility to generate dependencies in TARGETS files 2017-09-20 04:19:45 -07:00