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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DMercurialRepository.java85 private static final String[] DIR_TEMPLATE = { field in class:MercurialRepository
108 DIR_TEMPLATE[0] = DIR_TEMPLATE[0].replace("rfc3339date", "isodate");
109 DIR_TEMPLATE[1] = DIR_TEMPLATE[1].replace("rfc3339date", "isodate");
127 out.write(DIR_TEMPLATE[style]);

Completed in 8 milliseconds