This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 103103
Collapse All | Expand All

(-)MercurialInterceptor.java (-1 / +1 lines)
Lines 197-202 Link Here
197
    }
197
    }
198
198
199
    private void fileChangedImpl(File file) {
199
    private void fileChangedImpl(File file) {
200
        cache.refresh(file, FileStatusCache.REPOSITORY_STATUS_UNKNOWN);
200
        cache.refreshForce(file, FileStatusCache.REPOSITORY_STATUS_UNKNOWN);
201
    }
201
    }
202
}
202
}

Return to bug 103103