# HG changeset patch # User Matt Harbison # Date 1692509714 14400 # Node ID 55a9ea7862912e187834e6f4cf3490554a591ecd # Parent b4425b5bd80ef798b034ff623381621d85d4d2a6 paths: migrate `opts` to native kwargs diff -r b4425b5bd80e -r 55a9ea786291 mercurial/commands.py --- a/mercurial/commands.py Sun Aug 20 01:32:22 2023 -0400 +++ b/mercurial/commands.py Sun Aug 20 01:35:14 2023 -0400 @@ -5196,12 +5196,10 @@ Returns 0 on success. """ - opts = pycompat.byteskwargs(opts) - pathitems = urlutil.list_paths(ui, search) ui.pager(b'paths') - fm = ui.formatter(b'paths', opts) + fm = ui.formatter(b'paths', pycompat.byteskwargs(opts)) if fm.isplain(): hidepassword = urlutil.hidepassword else: