sapling/eden
Mark Juggurnauth-Thomas 0c95d8eac6 blobrepo: use bonsai hg mapping method only
Summary:
There are currently multiple ways to map between bonsai and hg changesets: using the bonsai-hg mapping repo attribute, or using the method on blobrepo that is very similar (but takes `ctx` by value).  Standardize on using the repo attribute, and convert all callers.

There is one exception to this: when callers wish to trigger derivation, they
continue to call `BlobRepoHg::get_hg_bonsai_mapping`.  Despite its name, this
method triggers derivation in the bonsai-to-hg direction only.  We will
separate out this functionality in the future.

Reviewed By: mitrandir77

Differential Revision: D34071889

fbshipit-source-id: f0c4ce7987376702dc36eb27683d1fcb8a22df60
2022-02-14 00:49:20 -08:00
..
fs cli: catch exception from get_snapshot 2022-02-11 18:18:21 -08:00
hg-server Convert type comments for eden 2022-02-10 08:48:35 -08:00
integration Convert type comments for eden 2022-02-10 08:48:35 -08:00
locale
mononoke blobrepo: use bonsai hg mapping method only 2022-02-14 00:49:20 -08:00
scm Daily arc lint --take RUSTFMT 2022-02-12 03:21:02 -08:00
test_support test_support: shave 10 characters from EdenFS socket 2022-02-07 10:55:04 -08:00
test-data test-data: remove snapshot 20190313 2022-02-04 13:50:48 -08:00
.gitignore
.mononoke_test_file test push 2022-01-06 05:57:35 -08:00
Eden.project.toml