Skip to content

Commit 3dfcc19

Browse files
committed
adjust comment
1 parent 2bfde70 commit 3dfcc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/history/MercurialRepositoryTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ void testBuildTagListOneMore() throws Exception {
499499
// Branch the repo and add one changeset.
500500
runHgCommand(repositoryRoot, "unbundle",
501501
Paths.get(getClass().getResource("/history/hg-branch.bundle").toURI()).toString());
502-
// Switch to the branch.
502+
// Switch to the branch and add tag.
503503
runHgCommand(repositoryRoot, "update", "mybranch");
504504
final String branchTagName = "branch_tag";
505505
runHgCommand(repositoryRoot, "tag", branchTagName);

0 commit comments

Comments
 (0)