##// END OF EJS Templates
identify: show remote bookmarks in `hg id url -Tjson -B`...
Valentin Gatien-Baron -
r40073:fcad7fdc default
parent child Browse files
Show More
@@ -3111,7 +3111,7 b' def identify(ui, repo, source=None, rev='
3111 output.append(bm)
3111 output.append(bm)
3112 else:
3112 else:
3113 fm.data(node=hex(remoterev))
3113 fm.data(node=hex(remoterev))
3114 if 'bookmarks' in fm.datahint():
3114 if bookmarks or 'bookmarks' in fm.datahint():
3115 fm.data(bookmarks=fm.formatlist(getbms(), name='bookmark'))
3115 fm.data(bookmarks=fm.formatlist(getbms(), name='bookmark'))
3116 else:
3116 else:
3117 if rev:
3117 if rev:
General Comments 0
You need to be logged in to leave comments. Login now