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

benchmark: add a "added" only variant to status

useful to look at copy tracing
parent 8d9567b5
No related branches found
No related tags found
2 merge requests!42benchmark: benchmarl status on a wider range of history changes,!40clone git too
Pipeline #94775 passed
......@@ -30,6 +30,9 @@
[simple-command.variants.dimensions.listed.mardui]
extend-command = " -mardui"
[simple-command.variants.dimensions.listed.a]
extend-command = " -a"
[simple-command.variants.dimensions.repo-state.modified]
cwd = "DATA-VARS:mercurial.working-copy.modified"
......
......@@ -24,6 +24,7 @@
["mard"] {extend_command = " -mard"}
["mardu"] {extend_command = " -mardu"}
["mardui"] {extend_command = " -mardui"}
["a"] {extend_command = " -a"}
}
}
["repo-state"] = (v.simple_command["repo-state"]) {
......
......@@ -97,6 +97,7 @@
- mard
- mardu
- mardui
- a
* range:
- working-copy (default)
- change-tip
......
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