diff -r 496154e41968 -r cb4dcd7fabe7 mercurial/wireproto.py --- a/mercurial/wireproto.py Tue Oct 17 15:26:16 2017 +0200 +++ b/mercurial/wireproto.py Tue Oct 17 15:27:17 2017 +0200 @@ -205,6 +205,7 @@ # :scsv: list of comma-separated values return as set # :plain: string with no transformation needed. gboptsmap = {'heads': 'nodes', + 'bookmarks': 'boolean', 'common': 'nodes', 'obsmarkers': 'boolean', 'phases': 'boolean',