sapling/blobrepo/src
Simon Farnsworth 36de85eb2e Stop repo returning Bookmarks objects directly
Summary:
Returning the bookmarks object gets in the way of degenericising
bookmarks. It's also not in line with other methods on the Repo trait - the
repo handles querying the underlying storage, not the user.

Switch to providing pass-through interfaces for bookmarks.

Reviewed By: StanislavGlebik

Differential Revision: D6408644

fbshipit-source-id: 2808850a070b7bcc478cd40d824bdc8d3acb8b0f
2017-11-27 04:21:05 -08:00
..
changeset.rs blobrepo: use impl Future in a couple of places 2017-10-19 09:39:17 -07:00
errors.rs Make Heads a parameterless trait 2017-11-23 07:05:35 -08:00
file.rs mononoke: rename blobrepo functions 2017-11-16 04:19:08 -08:00
lib.rs Stop repo returning Bookmarks objects directly 2017-11-27 04:21:05 -08:00
manifest.rs use RepoPath instead of MPath in a few places 2017-10-31 14:26:39 -07:00
repo.rs Stop repo returning Bookmarks objects directly 2017-11-27 04:21:05 -08:00
state.rs Make Heads a parameterless trait 2017-11-23 07:05:35 -08:00
utils.rs ensure blobstore's ValueOut implements AsRef<[u8]> 2017-09-18 00:35:52 -07:00