# HG changeset patch # User Matt Mackall # Date 1360450474 0 # Node ID 0027a5cec9d00873ca14129b4589975083e5e71d # Parent f9eebf5629fa6282e069989d5d29af3d762657c8 summary: add missing space for updated active bookmark display diff -r f9eebf5629fa -r 0027a5cec9d0 mercurial/commands.py --- a/mercurial/commands.py Fri Feb 08 21:47:22 2013 +0000 +++ b/mercurial/commands.py Sat Feb 09 22:54:34 2013 +0000 @@ -5579,7 +5579,7 @@ ui.write(' *' + current, label='bookmarks.current') marks.remove(current) else: - ui.write('[%s]' % current, label='bookmarks.current') + ui.write(' [%s]' % current, label='bookmarks.current') for m in marks: ui.write(' ' + m, label='log.bookmark') ui.write('\n', label='log.bookmark') diff -r f9eebf5629fa -r 0027a5cec9d0 tests/test-bookmarks.t --- a/tests/test-bookmarks.t Fri Feb 08 21:47:22 2013 +0000 +++ b/tests/test-bookmarks.t Sat Feb 09 22:54:34 2013 +0000 @@ -471,7 +471,7 @@ parent: 2:db815d6d32e6 2 branch: default - bookmarks:[Z] Y x y + bookmarks: [Z] Y x y commit: 1 added, 1 unknown (new branch head) update: 2 new changesets (update) $ hg update