mercurial/wireproto.py
changeset 35267 cb4dcd7fabe7
parent 34741 60143d038eb7
child 35374 7d2292416046
--- 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',