sapling/cmds/admin
Pavel Aslanov 39599a866d simplify phases API
Summary:
`Phases` currently have very ugly API, which is constant source of confusion. I've made following changes
- only return/cache public phases
- do not require `public_heads`  and always request them from `BlobRepo::get_bonsai_heads_maybe_stale`
- consolidated `HintPhases` and `SqlPhases`
- removed  `Hint` from types which does not carry any meaning
-  fixed all effected callsites

Reviewed By: StanislavGlebik

Differential Revision: D15344092

fbshipit-source-id: 848245a58a4e34e481706dbcea23450f3c43810b
2019-05-21 12:26:01 -07:00
..
blacklist.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00
blobstore_fetch.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00
bonsai_fetch.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00
bookmarks_manager.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00
cmdargs.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00
common.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00
content_fetch.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00
hash_convert.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00
hg_changeset.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00
hg_sync.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00
main.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00
public_phases.rs simplify phases API 2019-05-21 12:26:01 -07:00
skiplist_subcommand.rs mononoke: refactor the admin tool into components 2019-05-21 12:25:59 -07:00