sapling/eden/mononoke/blobrepo
Pierre Chevalier 47bfef71ac Rename BookmarkName to BookmarkKey
Summary:
In a future diff, we want to separate the concepts of `BookmarkName` which represents the name of a bookmark with that of `BookmarkKey`, which refers to a unique bookmark, namespaced by a category: `Branch`, `Tag` or `Note`.

This will allow us to represent different types of refs importing from git repositories that may have conflicting names, but are semantically different.

Since `BookmarkName` is widely referred to in mononoke, start with a pure renaming diff for ease of reviewing.

This code change is a pure refactoring and has no effect on the behaviour of Mononoke.

Reviewed By: RajivTS

Differential Revision: D43350002

fbshipit-source-id: e64a84f7b3b70c4254702ebd7ace4d645cd00eff
2023-02-22 08:53:04 -08:00
..
blobrepo_hg Rename BookmarkName to BookmarkKey 2023-02-22 08:53:04 -08:00
blobsync Optimise file copying between repos 2023-02-02 10:23:29 -08:00
changeset_fetcher Use ref to CoreContext in Changesets trait 2023-01-17 09:30:05 -08:00
common blobrepo: remove BlobRepo::get_blobstore 2023-01-26 10:13:22 -08:00
errors update to rust 1.64.0 2022-09-27 15:18:58 -07:00
override blobrepo: Remove get_repoid 2023-01-23 05:55:08 -08:00
repo_blobstore Optimise file copying between repos 2023-02-02 10:23:29 -08:00
src blobrepo: remove BlobRepo::get_blobstore 2023-01-26 10:13:22 -08:00
test Rename BookmarkName to BookmarkKey 2023-02-22 08:53:04 -08:00
Cargo.toml blobrepo: remove specialized derived data methods 2023-01-09 04:46:26 -08:00