Skip to content

Commit 5260c15

Browse files
Vladimir Kotalahornace
authored andcommitted
add argument separator before path
1 parent e34657c commit 5260c15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ Executor getHistoryLogExecutor(File file, String sinceRevision)
195195
}
196196

197197
if (!filename.isEmpty()) {
198+
cmd.add("--");
198199
cmd.add(filename);
199200
}
200201

0 commit comments

Comments
 (0)