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 126588
Collapse All | Expand All

(-)a/mercurial/src/org/netbeans/modules/mercurial/MercurialInterceptor.java (-2 lines)
Lines 346-353 public class MercurialInterceptor extend Link Here
346
                if (!HgUtils.isIgnored(file, false)) {
346
                if (!HgUtils.isIgnored(file, false)) {
347
                    cache.refresh(file, FileStatusCache.REPOSITORY_STATUS_UNKNOWN);
347
                    cache.refresh(file, FileStatusCache.REPOSITORY_STATUS_UNKNOWN);
348
                }
348
                }
349
350
                cache.refresh(file, FileStatusCache.REPOSITORY_STATUS_UNKNOWN);
351
            }
349
            }
352
        };
350
        };
353
351

Return to bug 126588