This commit is contained in:
peter
2012-07-19 15:01:38 +02:00
parent a03afb0c99
commit 4aae4dd6d1
@@ -457,7 +457,7 @@ public class ChangeListManagerImpl extends ChangeListManagerEx implements Projec
for (VcsDirtyScope scope : scopes) {
AbstractVcs vcs = scope.getVcs();
if (vcs.isTrackingUnchangedContent()) {
if (vcs != null && vcs.isTrackingUnchangedContent()) {
scope.iterateExistingInsideScope(new Processor<VirtualFile>() {
@Override
public boolean process(VirtualFile file) {