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 23fa0dd commit ef5de4fCopy full SHA for ef5de4f
opengrok-indexer/src/main/java/org/opengrok/indexer/history/MercurialRepository.java
@@ -109,8 +109,7 @@ public class MercurialRepository extends RepositoryWithHistoryTraversal {
109
= TEMPLATE_STUB + FILE_LIST
110
+ END_OF_ENTRY + "\\n";
111
112
- private static final Pattern LOG_COPIES_PATTERN
113
- = Pattern.compile("^(\\d+):(.*)");
+ private static final Pattern LOG_COPIES_PATTERN = Pattern.compile("^(\\d+):(.*)");
114
115
/**
116
* This is a static replacement for 'working' field. Effectively, check if hg is working once in a JVM
0 commit comments