Skip to content

Commit ef5de4f

Browse files
committed
unsplit the line
1 parent 23fa0dd commit ef5de4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ public class MercurialRepository extends RepositoryWithHistoryTraversal {
109109
= TEMPLATE_STUB + FILE_LIST
110110
+ END_OF_ENTRY + "\\n";
111111

112-
private static final Pattern LOG_COPIES_PATTERN
113-
= Pattern.compile("^(\\d+):(.*)");
112+
private static final Pattern LOG_COPIES_PATTERN = Pattern.compile("^(\\d+):(.*)");
114113

115114
/**
116115
* This is a static replacement for 'working' field. Effectively, check if hg is working once in a JVM

0 commit comments

Comments
 (0)