if (errors != null) {
repo.getLog().dump(getClass(), Warn, "Syntax errors parsing %s:\n%s", ignoreFile.getName(), Internals.join(errors, ",\n"));
}
}
if (ignoreFileTracker == null) {
ignoreFileTracker = new FileChangeMonitor(ignoreFile);
}
ignoreFileTracker.touch(this);
} catch (IOException ex) {
final String m = String.format("Error reading %s file", ignoreFile);
throw new HgInvalidControlFileException(m, ex, ignoreFile);