sapling/eden/mononoke/cmds/admin
Stanislau Hlebik 8cd6278de9 mononoke: implement ensure_ancestors_of option for bookmarks
Summary:
This option would let us tell that a given bookmark (or bookmarks if they are
specified via a regex) is allowed to move only if it stays an ancestor of a
given bookmark.
Note - this is a sev followup, and we intend to use it for */stable bookmarks
(e.g. fbcode/stable, fbsource/stable etc). They are always intended to be an
ancestor of master

Reviewed By: krallin

Differential Revision: D29878144

fbshipit-source-id: a5ce08a09328e6a19af4d233c1a273a5e620b9ce
2021-07-27 12:47:22 -07:00
..
blobstore_fetch.rs Add wrapper around redacted blobs 2021-06-21 08:42:16 -07:00
blobstore_unlink.rs mononoke: use MononokeEnvironment in RepoFactory 2021-04-16 10:27:43 -07:00
blobstore_upload.rs Allow cli commands to build any "repo object" 2021-06-09 05:16:13 -07:00
bonsai_fetch.rs mononoke: initialize loggers, config, caching, tunables & runtime in MononokeMatches 2021-04-16 10:27:43 -07:00
bookmarks_manager.rs blobrepo: make attributes real members again 2021-03-22 07:26:47 -07:00
common.rs mononoke: remove async on FbConstruct methods 2021-04-28 11:14:52 -07:00
content_fetch.rs mononoke: initialize loggers, config, caching, tunables & runtime in MononokeMatches 2021-04-16 10:27:43 -07:00
create_bonsai.rs Allow cli commands to build any "repo object" 2021-06-09 05:16:13 -07:00
crossrepo.rs mononoke: implement ensure_ancestors_of option for bookmarks 2021-07-27 12:47:22 -07:00
derived_data.rs mononoke: add method to mononoke admin to count underived ancestors 2021-06-08 00:03:51 -07:00
error.rs mononoke: update various error enums to use #[source] 2020-05-05 05:44:52 -07:00
filenodes.rs mononoke: initialize loggers, config, caching, tunables & runtime in MononokeMatches 2021-04-16 10:27:43 -07:00
filestore.rs Add bubble id to upload files call 2021-07-22 13:47:12 -07:00
hash_convert.rs mononoke: support mononoke admin convert for git 2021-06-24 07:32:51 -07:00
hg_changeset.rs Allow cli commands to build any "repo object" 2021-06-09 05:16:13 -07:00
hg_sync.rs mononoke: remove async on FbConstruct methods 2021-04-28 11:14:52 -07:00
main.rs mononoke: initialize loggers, config, caching, tunables & runtime in MononokeMatches 2021-04-16 10:27:43 -07:00
mutable_counters.rs mononoke: remove async on FbConstruct methods 2021-04-28 11:14:52 -07:00
phases.rs mononoke: update to tokio 1.x 2021-04-28 07:36:31 -07:00
pushrebase.rs mononoke: implement ensure_ancestors_of option for bookmarks 2021-07-27 12:47:22 -07:00
rebase.rs Allow cli commands to build any "repo object" 2021-06-09 05:16:13 -07:00
redaction.rs Add command to add RedactionKeyList to RedactionConfigBlobstore on mononoke_admin 2021-06-30 08:57:30 -07:00
rsync.rs mononoke: support multiple directories in mononoke_admin rsync 2021-06-24 11:44:34 -07:00
skiplist_subcommand.rs Remove --sparse argument on skiplist build 2021-06-01 07:29:33 -07:00
subcommand_blame.rs scs_server: support blame_v2 2021-07-12 02:45:23 -07:00
subcommand_deleted_manifest.rs mononoke: add a command to fetch deleted file manifest 2021-06-25 03:29:25 -07:00
subcommand_fsnodes.rs Allow cli commands to build any "repo object" 2021-06-09 05:16:13 -07:00
subcommand_skeleton_manifests.rs Allow cli commands to build any "repo object" 2021-06-09 05:16:13 -07:00
subcommand_unodes.rs Allow cli commands to build any "repo object" 2021-06-09 05:16:13 -07:00