mercurial/commands.py
branchstable
changeset 18479 0efd5686f80c
parent 18476 1fb9890c55bd
child 18621 b1e949f6c17d
child 18657 d4a79e075303
--- a/mercurial/commands.py	Fri Jan 25 11:43:54 2013 -0600
+++ b/mercurial/commands.py	Sun Jan 27 11:29:14 2013 -0600
@@ -873,7 +873,7 @@
     else: # show bookmarks
         for bmark, n in sorted(marks.iteritems()):
             current = repo._bookmarkcurrent
-            if bmark == current and n == cur:
+            if bmark == current:
                 prefix, label = '*', 'bookmarks.current'
             else:
                 prefix, label = ' ', ''