##// 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 ui.write(' *' + current, label='bookmarks.current')
5579 ui.write(' *' + current, label='bookmarks.current')
5580 marks.remove(current)
5580 marks.remove(current)
5581 else:
5581 else:
5582 ui.write('[%s]' % current, label='bookmarks.current')
5582 ui.write(' [%s]' % current, label='bookmarks.current')
5583 for m in marks:
5583 for m in marks:
5584 ui.write(' ' + m, label='log.bookmark')
5584 ui.write(' ' + m, label='log.bookmark')
5585 ui.write('\n', label='log.bookmark')
5585 ui.write('\n', label='log.bookmark')
@@ -471,7 +471,7 b" update to current bookmark if it's not t"
471 parent: 2:db815d6d32e6
471 parent: 2:db815d6d32e6
472 2
472 2
473 branch: default
473 branch: default
474 bookmarks:[Z] Y x y
474 bookmarks: [Z] Y x y
475 commit: 1 added, 1 unknown (new branch head)
475 commit: 1 added, 1 unknown (new branch head)
476 update: 2 new changesets (update)
476 update: 2 new changesets (update)
477 $ hg update
477 $ hg update
General Comments 0
You need to be logged in to leave comments. Login now