Searched defs:repo (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DFileHistoryCache.java219 * @param repo repository for the file
222 private void storeFile(History histNew, File file, Repository repo) throws HistoryException { argument
254 if (env.isTagsEnabled() && repo.hasFileBasedTags()) {
258 repo.assignTagsInHistory(history);
311 "Done storing history for repo {0}",
339 "Storing history for repo {0}",
347 * history/log command executed for top-level directory of the repo

Completed in 9 milliseconds