Skip to content

Commit

Permalink
Rename source/large repo variables
Browse files Browse the repository at this point in the history
Summary:
## This stack
Please see the summary of D68555002 for details.

## This diff

As mentioned in D68705521, renames lots of things to use a less confusing terminology.

Reviewed By: lmvasquezg

Differential Revision: D68706369

fbshipit-source-id: 7ef394c5c77386777d9c4d024346a9dbcc43c04a
  • Loading branch information
gustavoavena authored and facebook-github-bot committed Jan 28, 2025
1 parent b100bf0 commit 4469bb4
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 175 deletions.
4 changes: 2 additions & 2 deletions eden/mononoke/commit_rewriting/backsyncer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ where
R: RepoLike + Send + Sync + Clone + 'static,
{
// TODO(ikostia): start borrowing `CommitSyncer`, no reason to consume it
let source_repo_id = commit_syncer.get_source_repo().repo_identity().id();
let counter_name = format_counter(&source_repo_id);
let large_repo_id = commit_syncer.get_source_repo().repo_identity().id();
let counter_name = format_counter(&large_repo_id);

let counter: BookmarkUpdateLogId = target_repo_dbs
.counters
Expand Down
Loading

0 comments on commit 4469bb4

Please sign in to comment.