Fix conflict state (was broken by merge conflict) (#25354)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
@@ -5472,6 +5472,9 @@ impl BackgroundScanner {
|
||||
},
|
||||
&(),
|
||||
);
|
||||
if status.is_conflicted() {
|
||||
repository.current_merge_conflicts.insert(repo_path.clone());
|
||||
}
|
||||
|
||||
if let Some(path) = project_path {
|
||||
changed_paths.push(path);
|
||||
|
||||
Reference in New Issue
Block a user