Skip to content

Commit b6694a6

Browse files
committed
drop the -b option
1 parent b52935b commit b6694a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/MercurialRepository.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,6 @@ protected void buildTagList(File directory, CommandTimeoutType cmdType) {
635635
ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
636636
argv.add(RepoCommand);
637637
argv.add("log");
638-
argv.add("-b");
639-
argv.add(getBranch());
640638
argv.add("--rev=reverse(0::branch(" + this.getBranch() + ") and tag())");
641639
// Use '|' as a revision separator rather than ':' to avoid collision with the commonly used
642640
// separator within the revision string (which is not used in this output but better

0 commit comments

Comments
 (0)