Mercurial > hg-stable
changeset 50705:0bba730005df
stream-clone: fix the help for an argument of perf::stream-locked-section
The help for `--stream-version` had a typo and missed a value.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 01 Jun 2023 18:20:28 +0100 |
parents | 68c4f8f3c9f4 |
children | 0452af304808 |
files | contrib/perf.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/perf.py Tue Jun 20 02:35:30 2023 +0200 +++ b/contrib/perf.py Thu Jun 01 18:20:28 2023 +0100 @@ -1964,7 +1964,7 @@ b'', b'stream-version', b'latest', - b'stream version to us ("v1", "v2" or "latest", (the default))', + b'stream version to use ("v1", "v2", "v3" or "latest", (the default))', ), ] + formatteropts,