mercurial/templater.py
changeset 26234 e4609ec959f8
parent 26231 87c9c562c37a
child 26330 ec4f3755d997
--- a/mercurial/templater.py	Thu Sep 10 23:32:36 2015 +0900
+++ b/mercurial/templater.py	Sat Sep 12 00:21:41 2015 +0900
@@ -568,7 +568,7 @@
             revs = list([str(r) for r in revs])
             revsetcache[raw] = revs
 
-    return templatekw.showlist("revision", revs, **mapping)
+    return templatekw.showrevslist("revision", revs, **mapping)
 
 def rstdoc(context, mapping, args):
     """:rstdoc(text, style): Format ReStructuredText."""