mercurial/templatekw.py
branchstable
changeset 24157 d091f62be5ae
parent 24156 75a2df2bbde8
child 24237 9ad02823dc5b
--- a/mercurial/templatekw.py	Wed Feb 18 22:10:17 2015 +0900
+++ b/mercurial/templatekw.py	Wed Feb 18 22:17:35 2015 +0900
@@ -202,7 +202,7 @@
     current = repo._bookmarkcurrent
     c = [{'bookmark': x, 'current': current} for x in bookmarks]
     f = _showlist('bookmark', bookmarks, **args)
-    return _hybrid(f, c)
+    return _hybrid(f, c, lambda x: x['bookmark'])
 
 def showchildren(**args):
     """:children: List of strings. The children of the changeset."""