Searched refs:STYLEFILE (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DMercurialRepository.java89 private static File[] STYLEFILE = new File[2]; field in class:MercurialRepository
119 if (STYLEFILE[style] == null || !STYLEFILE[style].canRead()) {
135 STYLEFILE[style] = f.getAbsoluteFile();
278 cmd.add(STYLEFILE[style].getPath());

Completed in 16 milliseconds