changeset 40037 | fcad7fdc6474 |
parent 40016 | 1f12a3ad93f2 |
child 40082 | 4fd0fac48922 |
--- 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: