diff -r acf5dbe39478 -r fcad7fdc6474 mercurial/commands.py --- a/mercurial/commands.py Wed Oct 03 16:03:16 2018 -0400 +++ b/mercurial/commands.py Wed Oct 03 18:07:49 2018 -0400 @@ -3111,7 +3111,7 @@ output.append(bm) else: fm.data(node=hex(remoterev)) - if 'bookmarks' in fm.datahint(): + if bookmarks or 'bookmarks' in fm.datahint(): fm.data(bookmarks=fm.formatlist(getbms(), name='bookmark')) else: if rev: