mercurial/commands.py
changeset 51369 508fd40dc86a
parent 51314 7e6aae033d8d
parent 51364 c6560ee526d2
child 51398 e9304c39e075
--- a/mercurial/commands.py	Thu Nov 23 22:51:01 2023 +0100
+++ b/mercurial/commands.py	Mon Feb 12 16:22:47 2024 +0100
@@ -3680,7 +3680,7 @@
 
     wopts = logcmdutil.walkopts(
         pats=pats,
-        opts=opts,
+        opts=pycompat.byteskwargs(opts),
         revspec=opts['rev'],
         include_pats=opts['include'],
         exclude_pats=opts['exclude'],