Show More
@@ -3111,7 +3111,7 b' def identify(ui, repo, source=None, rev=' | |||
|
3111 | 3111 | output.append(bm) |
|
3112 | 3112 | else: |
|
3113 | 3113 | fm.data(node=hex(remoterev)) |
|
3114 | if 'bookmarks' in fm.datahint(): | |
|
3114 | if bookmarks or 'bookmarks' in fm.datahint(): | |
|
3115 | 3115 | fm.data(bookmarks=fm.formatlist(getbms(), name='bookmark')) |
|
3116 | 3116 | else: |
|
3117 | 3117 | if rev: |
General Comments 0
You need to be logged in to leave comments.
Login now