Skip to content

Commit b068803

Browse files
Vladimir Kotalahornace
authored andcommitted
use colon
1 parent b5dd416 commit b068803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class MercurialRepository extends RepositoryWithPerPartesHistory {
8282
static final String END_OF_ENTRY
8383
= "mercurial_history_end_of_entry";
8484

85-
private static final String TEMPLATE_REVS = "{rev}\\n";
85+
private static final String TEMPLATE_REVS = "{rev}:\\n";
8686
private static final String TEMPLATE_STUB
8787
= CHANGESET + "{rev}:{node|short}\\n"
8888
+ USER + "{author}\\n" + DATE + "{date|isodate}\\n"

0 commit comments

Comments
 (0)