mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-107291 "Unshelve" into a new changelist puts new files into active changelist for HG
*CheckinEnvironment.scheduleUnversionedFilesForAddition method is async for hg, so HgVcs.fileListenerIsSynchronous should return false.
This commit is contained in:
@@ -188,6 +188,11 @@ public class HgVcs extends AbstractVcs<CommittedChangeList> {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean fileListenerIsSynchronous() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public CommittedChangesProvider getCommittedChangesProvider() {
|
||||
return commitedChangesProvider;
|
||||
|
||||
Reference in New Issue
Block a user