sapling/eden/mononoke/mononoke_api/src
Mark Thomas 0518d6a0fb scs_server: add commit_history to return the history of commits
Summary:
Add the `commit_history` method to the source control service.

This methods returns the history of the commit, directly from the changelog.

This differs from `commit_path_history` in that it includes all commits, whereas `commit_path_history` will skip commits that do not contain changes that affect the path.

Differential Revision: D21201705

fbshipit-source-id: dbf1f446c106620620343122176eccd5d809779c
2020-04-23 07:14:49 -07:00
..
hg mononoke_api: add test for HgRepoContext::trees_under_path 2020-03-17 15:07:54 -07:00
test mononoke_api: add changeset history 2020-04-23 07:14:49 -07:00
changeset_path_diff.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
changeset_path.rs mononoke_api: add changeset history 2020-04-23 07:14:49 -07:00
changeset.rs scs_server: add commit_history to return the history of commits 2020-04-23 07:14:49 -07:00
errors.rs mononoke: make it clearer which repo is accessed in permission error 2020-03-03 07:22:50 -08:00
file.rs rust: Rename futures_preview:: to futures:: 2020-03-03 11:01:20 -08:00
legacy.rs rust: Move futures-old rdeps to renamed futures-old 2020-03-02 21:02:50 -08:00
lib.rs add generation numbers to the changeset API 2020-03-13 08:31:07 -07:00
path.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
repo_write.rs rust: Rename futures_preview:: to futures:: 2020-03-03 11:01:20 -08:00
repo.rs migrate from sql_ext::SqlConstructors to sql_construct 2020-04-02 05:27:16 -07:00
specifiers.rs add the git<->bonsai translation to mononoke_api crate 2020-02-27 08:05:13 -08:00
tree.rs rust: Rename futures_preview:: to futures:: 2020-03-03 11:01:20 -08:00