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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DMercurialRepository.java72 private static final String[] TEMPLATE = { field in class:MercurialRepository
86 TEMPLATE[0] + "files:\\n{files}\\n",
87 TEMPLATE[1] + "files:\\n{files}\\n",
106 TEMPLATE[0] = TEMPLATE[0].replace("rfc3339date", "isodate");
107 TEMPLATE[1] = TEMPLATE[1].replace("rfc3339date", "isodate");
281 cmd.add(TEMPLATE[style]);

Completed in 8 milliseconds