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 b5dd416 commit b068803Copy full SHA for b068803
opengrok-indexer/src/main/java/org/opengrok/indexer/history/MercurialRepository.java
@@ -82,7 +82,7 @@ public class MercurialRepository extends RepositoryWithPerPartesHistory {
82
static final String END_OF_ENTRY
83
= "mercurial_history_end_of_entry";
84
85
- private static final String TEMPLATE_REVS = "{rev}\\n";
+ private static final String TEMPLATE_REVS = "{rev}:\\n";
86
private static final String TEMPLATE_STUB
87
= CHANGESET + "{rev}:{node|short}\\n"
88
+ USER + "{author}\\n" + DATE + "{date|isodate}\\n"
0 commit comments