Skip to content

Commit

Permalink
fix for #73 "Synchronize" after starting a feature branch while insid…
Browse files Browse the repository at this point in the history
…e another feature branch
  • Loading branch information
OpherV committed Sep 10, 2015
1 parent c2bb358 commit 562aba8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gitflow/actions/StartFeatureAction.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package gitflow.actions;

import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.fileEditor.FileEditorManager;
import com.intellij.openapi.progress.ProgressIndicator;
import com.intellij.openapi.progress.Task;
import com.intellij.openapi.ui.DialogWrapper;
Expand Down Expand Up @@ -49,5 +50,6 @@ private void createFeatureBranch(String baseBranchName, String featureName) {
}

repo.update();
virtualFileMananger.asyncRefresh(null); //update editors
}
}

0 comments on commit 562aba8

Please sign in to comment.