Fixed cherry-pick not refreshing status.
Required when the cherry-pick has conflicts.
This commit is contained in:
parent
f1c8036342
commit
765d0e9d96
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user