Searched defs:changeset (Results 1 - 2 of 2) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | MonotoneHistoryParser.java | 63 * Parse the history for the specified file or directory. If a changeset is 64 * specified, only return the history from the changeset right after the 68 * @param changeset the changeset right before the first one to fetch, or 73 History parse(File file, String changeset) throws HistoryException { argument 75 Executor executor = repository.getHistoryLogExecutor(file, changeset);
|
H A D | MercurialHistoryParser.java | 65 * Parse the history for the specified file or directory. If a changeset is 66 * specified, only return the history from the changeset right after the 70 * @param changeset the changeset right before the first one to fetch, or 75 History parse(File file, String changeset) throws HistoryException { argument 78 Executor executor = repository.getHistoryLogExecutor(file, changeset); 91 // If a changeset to start from is specified, remove that changeset 93 // Also check that the specified changeset was found, otherwise throw 95 if (changeset ! [all...] |
Completed in 22 milliseconds