mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
VCS: correctly mark dirty roots in case project root directory is mapped with non-default mapping
This commit is contained in:
+2
-2
@@ -151,9 +151,9 @@ public class ModuleDefaultVcsRootPolicy extends DefaultVcsRootPolicy {
|
||||
|
||||
final VcsRoot[] vcsRoots = plVcsManager.getAllVcsRoots();
|
||||
for (VcsRoot root : vcsRoots) {
|
||||
if (! root.path.equals(baseDir)) {
|
||||
//if (! root.path.equals(baseDir)) {
|
||||
builder.addDirtyDirRecursively(root);
|
||||
}
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user