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 b068803 commit da4e497Copy full SHA for da4e497
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"; // use colon so that getRevisionNum() works
86
private static final String TEMPLATE_STUB
87
= CHANGESET + "{rev}:{node|short}\\n"
88
+ USER + "{author}\\n" + DATE + "{date|isodate}\\n"
0 commit comments