mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 10:25:00 +00:00
Move RefreshWorkingCopyChanges() call
This commit is contained in:
parent
9e2ad730b1
commit
efcf99664b
1 changed files with 3 additions and 2 deletions
|
@ -53,10 +53,11 @@ namespace SourceGit.ViewModels
|
|||
new Commands.Rebase(_repo.FullPath, _revision, AutoStash).Use(log).Exec();
|
||||
|
||||
log.Complete();
|
||||
CallUIThread(() =>
|
||||
{
|
||||
|
||||
_repo.RefreshWorkingCopyChanges();
|
||||
|
||||
CallUIThread(() =>
|
||||
{
|
||||
if (_repo.HasUnresolvedConflicts)
|
||||
{
|
||||
_repo.SelectedViewIndex = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue