# HG changeset patch # User Pierre-Yves David # Date 1661397145 -7200 # Node ID cd21f2b4226f686ab902cbbe5f884ae9ad259ff2 # Parent 52f31b660d386e4d48f0ac43c0828322f2bf9559 perf: properly process formatter option in perf::unbundle Otherwise, the options are not understood. diff -r 52f31b660d38 -r cd21f2b4226f contrib/perf.py --- a/contrib/perf.py Thu Aug 25 05:11:48 2022 +0200 +++ b/contrib/perf.py Thu Aug 25 05:12:25 2022 +0200 @@ -2666,6 +2666,8 @@ from mercurial import exchange from mercurial import bundle2 + opts = _byteskwargs(opts) + with repo.lock(): bundle = [None, None] orig_quiet = repo.ui.quiet