VCS: correctly mark dirty roots in case project root directory is mapped with non-default mapping

This commit is contained in:
irengrig
2009-11-23 14:30:40 +03:00
parent 0016b7000c
commit 4106a4e0bc
@@ -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);
}
//}
}
}
}