sapling/eden/mononoke/commit_rewriting
Stanislau Hlebik 63690b7aa7 mononoke: remove deprecated method from cross repo sync library
Summary:
A bit of history first. For some time we had a problem in our cross repo sync
library where it used the "current" commit sync version, where "current" meant
"the latest commit sync config version that was added". That was incorrect, and
we migrated away from this model, however there were still a few places that
used get_current_mover_DEPRECATED() mover.

Removing this method from a test file is easy, but it's trickier for
sync_diamond_merge tool. This tool is used to sync a diamond merge from a small
repo to a large repo (this is non-trivial to do, so we don't do it
automatically). To make things simpler this diff requires all involved commits
(i.e. both parents, where to rebase (onto) and root of the diamond merge) to
have the same commit sync config versions.

Reviewed By: markbt

Differential Revision: D25612492

fbshipit-source-id: 6483eed9698551920fb1cf240218db7b7e78f7bd
2020-12-18 09:35:31 -08:00
..
backsyncer convert BlobRepoHg to new type futures 2020-12-17 07:45:26 -08:00
bookmark_renaming add newtype for CommitSyncConfigVersion 2020-06-26 02:45:26 -07:00
bookmarks_validator mononoke: show cachelib cache_size in --help usage 2020-12-02 07:27:23 -08:00
commit_validator mononoke/mysql: make mysql options not copyable 2020-12-17 15:46:30 -08:00
cross_repo_sync mononoke: remove deprecated method from cross repo sync library 2020-12-18 09:35:31 -08:00
live_commit_sync_config mononoke: remove noisy logging 2020-10-20 07:41:48 -07:00
megarepo mononoke: remove deprecated method from cross repo sync library 2020-12-18 09:35:31 -08:00
mononoke_x_repo_sync_job mononoke: remove the need to pass in cachelib settings twice 2020-12-02 07:27:23 -08:00
movers mononoke: fix movers behaviour when we have preserved paths 2020-10-15 06:20:33 -07:00
synced_commit_mapping rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00