sapling/eden/mononoke/tests
Mark Thomas 6f8737d116 mutationstore: a store for commit mutation information
Summary:
Add the Mononoke Mercurial mutation store.  This stores mutation information
for draft commits so that it can be shared between clients. The mutation
entries themselves are stored in a database, and the mutation store provides
abstractions for adding and querying them.

This commit adds the `all_predecessors` method to the mutation store, which
allows Mononoke to fetch all predecessors for a given set of commits.  This
will be used to serve mutation information to clients who are pulling draft
commits.

Reviewed By: krallin

Differential Revision: D20287381

fbshipit-source-id: b4455514cb8a22bef2b9bf0229db87c2a0404448
2020-04-23 08:58:09 -07:00
..
fixtures Clean out unused deps from our TARGETS files 2020-04-14 03:38:11 -07:00
integration mutationstore: a store for commit mutation information 2020-04-23 08:58:09 -07:00
utils Clean out unused deps from our TARGETS files 2020-04-14 03:38:11 -07:00
write_stub_log_entry/src Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00