diff -r 9ee791f3278f -r 9c0db3671008 mercurial/commands.py --- a/mercurial/commands.py Tue Dec 01 19:23:23 2020 +0900 +++ b/mercurial/commands.py Tue Dec 01 19:32:36 2020 +0900 @@ -4636,12 +4636,6 @@ # then filter the result by logcmdutil._makerevset() and --limit revs, differ = logcmdutil.getlinerangerevs(repo, revs, opts) - if opts.get(b'bookmark'): - cmdutil.check_at_most_one_arg(opts, b'rev', b'bookmark') - bookmarks = opts.get(b'bookmark') - bookmark = bookmarks[0] - revs, differ = logcmdutil.get_bookmark_revs(repo, bookmark, walk_opts) - getcopies = None if opts.get(b'copies'): endrev = None