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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DMercurialHistoryParser.java52 private static final String DESC_PREFIX = "description: "; field in class:MercurialHistoryParser
166 } else if (s.startsWith(DESC_PREFIX) && entry != null) {
190 for (int i = DESC_PREFIX.length(); i < line.length(); i++) {

Completed in 7 milliseconds