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 a061d3b commit 2d0ff26Copy full SHA for 2d0ff26
opengrok-indexer/src/test/java/org/opengrok/indexer/history/MercurialRepositoryTest.java
@@ -516,6 +516,7 @@ void testBuildTagListOneMore() throws Exception {
516
517
MercurialRepository hgRepo = (MercurialRepository) RepositoryFactory.getRepository(repositoryRoot);
518
assertNotNull(hgRepo);
519
+ assertEquals("default", hgRepo.getBranch());
520
521
// Add tag. Using double space on purpose to test the parsing of tags.
522
final String newTagName = "foo bar";
0 commit comments