mercurial/commands.py
changeset 18623 0027a5cec9d0
parent 18622 f9eebf5629fa
child 18656 8eb3408bf005
--- 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')