mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-88587 'Annotate' action from popup menu in File History table is always disabled for Git
Fix default value for HistorySession#hasLocalSource: the source is local for most cases (except some cases in SVN).
This commit is contained in:
+1
-1
@@ -106,6 +106,6 @@ public abstract class VcsAbstractHistorySession implements VcsHistorySession {
|
||||
|
||||
@Override
|
||||
public boolean hasLocalSource() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user