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 2bfde70 commit 3dfcc19Copy full SHA for 3dfcc19
opengrok-indexer/src/test/java/org/opengrok/indexer/history/MercurialRepositoryTest.java
@@ -499,7 +499,7 @@ void testBuildTagListOneMore() throws Exception {
499
// Branch the repo and add one changeset.
500
runHgCommand(repositoryRoot, "unbundle",
501
Paths.get(getClass().getResource("/history/hg-branch.bundle").toURI()).toString());
502
- // Switch to the branch.
+ // Switch to the branch and add tag.
503
runHgCommand(repositoryRoot, "update", "mybranch");
504
final String branchTagName = "branch_tag";
505
runHgCommand(repositoryRoot, "tag", branchTagName);
0 commit comments