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

/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java118 * @param reposRoot the root of the repository
121 private void importHgChangeset(File reposRoot, String changesetFile) { argument
125 Executor exec = new Executor(Arrays.asList(cmdargs), reposRoot);
169 File reposRoot = new File(repositories.getSourceRoot(), "mercurial");
171 Repository repos = RepositoryFactory.getRepository(reposRoot);
173 History historyToStore = repos.getHistory(reposRoot);
180 File makefile = new File(reposRoot, "Makefile");
207 History dirHistory = cache.get(reposRoot, repos, true);
215 reposRoot, getClass().getResource("hg-export.txt").getPath());
220 History updatedHistory = cache.get(reposRoot, repo
[all...]

Completed in 7 milliseconds