Fix conflict state (was broken by merge conflict) (#25354)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2025-02-24 10:52:42 -07:00 committed by GitHub
parent fc8218d728
commit 6516249302
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5472,6 +5472,9 @@ impl BackgroundScanner {
}, },
&(), &(),
); );
if status.is_conflicted() {
repository.current_merge_conflicts.insert(repo_path.clone());
}
if let Some(path) = project_path { if let Some(path) = project_path {
changed_paths.push(path); changed_paths.push(path);