mercurial/commands.py
changeset 46041 9c0db3671008
parent 46014 b86608e97fa8
child 46077 7a2b67e6b680
--- 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