Skip to content
Snippets Groups Projects
Commit 5a718233a36c authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

perfrevlogwrite: have the command return all value

Now that we use a json output, we no longer needs restrict the output.
parent 62d7f32b511c
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,6 @@
def _run_one(self, target, nbrev, source, lazydeltabase=False):
cmd = [
"perfrevlogwrite",
"--quiet",
target,
"--startrev", "-%d" % nbrev,
"--source", source,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment