Skip to content

Commit

Permalink
modern sync: clarify some naming
Browse files Browse the repository at this point in the history
Summary: ^

Reviewed By: RajivTS

Differential Revision: D67027723

fbshipit-source-id: ca75501299e5608407abb8d0d4a4fe6ade9445b9
  • Loading branch information
lmvasquezg authored and facebook-github-bot committed Dec 11, 2024
1 parent 509b9f9 commit 0cefdca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eden/mononoke/modern_sync/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ pub async fn process_one_changeset(
let hg_mf_id = hg_cs.manifestid();

let (mf_ids, file_ids) =
sync_manifest_changes(ctx, repo.repo_blobstore(), hg_mf_id, mf_ids_p).await?;
sort_manifest_changes(ctx, repo.repo_blobstore(), hg_mf_id, mf_ids_p).await?;

for mf_id in mf_ids {
info!(logger, "Manifest {:?}", mf_id);
Expand All @@ -258,7 +258,7 @@ pub async fn process_one_changeset(
Ok(())
}

async fn sync_manifest_changes(
async fn sort_manifest_changes(
ctx: &CoreContext,
repo_blobstore: &RepoBlobstore,
mf_id: HgManifestId,
Expand Down

0 comments on commit 0cefdca

Please sign in to comment.