Show More
@@ -2093,6 +2093,16 b' def perfrevlogwrite(ui, repo, file_=None' | |||||
2093 | (use a delta from the first parent otherwise) |
|
2093 | (use a delta from the first parent otherwise) | |
2094 | * `parent-smallest`: add from the smallest delta (either p1 or p2) |
|
2094 | * `parent-smallest`: add from the smallest delta (either p1 or p2) | |
2095 | * `storage`: add from the existing precomputed deltas |
|
2095 | * `storage`: add from the existing precomputed deltas | |
|
2096 | ||||
|
2097 | Note: This performance command measures performance in a custom way. As a | |||
|
2098 | result some of the global configuration of the 'perf' command does not | |||
|
2099 | apply to it: | |||
|
2100 | ||||
|
2101 | * ``pre-run``: disabled | |||
|
2102 | ||||
|
2103 | * ``profile-benchmark``: disabled | |||
|
2104 | ||||
|
2105 | * ``run-limits``: disabled use --count instead | |||
2096 | """ |
|
2106 | """ | |
2097 | opts = _byteskwargs(opts) |
|
2107 | opts = _byteskwargs(opts) | |
2098 |
|
2108 |
General Comments 0
You need to be logged in to leave comments.
Login now