We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d86925 commit c724176Copy full SHA for c724176
opengrok-indexer/src/test/java/org/opengrok/indexer/history/MercurialRepositoryTest.java
@@ -125,8 +125,7 @@ public void testGetHistorySubdir() throws Exception {
125
runHgCommand(root, "import",
126
Paths.get(getClass().getResource("/history/hg-export-subdir.txt").toURI()).toString());
127
128
- MercurialRepository mr
129
- = (MercurialRepository) RepositoryFactory.getRepository(root);
+ MercurialRepository mr = (MercurialRepository) RepositoryFactory.getRepository(root);
130
History hist = mr.getHistory(new File(root, "subdir"));
131
List<HistoryEntry> entries = hist.getHistoryEntries();
132
assertEquals(1, entries.size());
0 commit comments