##// END OF EJS Templates
summary: add missing space for updated active bookmark display
Matt Mackall -
r18623:0027a5ce default
parent child Browse files
Show More
@@ -5579,7 +5579,7 b' def summary(ui, repo, **opts):'
5579 5579 ui.write(' *' + current, label='bookmarks.current')
5580 5580 marks.remove(current)
5581 5581 else:
5582 ui.write('[%s]' % current, label='bookmarks.current')
5582 ui.write(' [%s]' % current, label='bookmarks.current')
5583 5583 for m in marks:
5584 5584 ui.write(' ' + m, label='log.bookmark')
5585 5585 ui.write('\n', label='log.bookmark')
@@ -471,7 +471,7 b" update to current bookmark if it's not t"
471 471 parent: 2:db815d6d32e6
472 472 2
473 473 branch: default
474 bookmarks:[Z] Y x y
474 bookmarks: [Z] Y x y
475 475 commit: 1 added, 1 unknown (new branch head)
476 476 update: 2 new changesets (update)
477 477 $ hg update
General Comments 0
You need to be logged in to leave comments. Login now