Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 51366:508fd40dc86a
branching: merge stable into default
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Mon, 12 Feb 2024 16:22:47 +0100 |
parents | 7e6aae033d8d c6560ee526d2 |
children | e9304c39e075 |
line wrap: on
line diff
--- 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'],