Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Janno
iris-coq
Commits
658c756f
Commit
658c756f
authored
Mar 24, 2018
by
Ralf Jung
Browse files
gitlab-extract: show which commit the bad line was in
parent
f2b0a849
Changes
1
Hide whitespace changes
Inline
Side-by-side
benchmark/parse_log.py
View file @
658c756f
...
...
@@ -41,7 +41,7 @@ def parse(file, parse_times = PARSE_FULL):
times
[
name
]
=
time
continue
# nothing else we know about, ignore
print
(
"Ignoring line"
,
line
)
print
(
"Ignoring line"
,
line
,
"(in commit {})"
.
format
(
commit
)
)
# end of file. previous commit, if any, is done now.
if
commit
is
not
None
:
yield
Result
(
commit
,
times
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment