Fixed cherry-pick not refreshing status.

Required when the cherry-pick has conflicts.
This commit is contained in:
Abdelilah El Aissaoui 2022-06-22 18:42:38 +02:00
parent f1c8036342
commit 765d0e9d96

View File

@ -158,7 +158,7 @@ class LogViewModel @Inject constructor(
}
fun cherrypickCommit(revCommit: RevCommit) = tabState.safeProcessing(
refreshType = RefreshType.ONLY_LOG,
refreshType = RefreshType.UNCOMMITED_CHANGES_AND_LOG,
) { git ->
mergeManager.cherryPickCommit(git, revCommit)
}