changeset 32037 | e5eab0fe69ee |
parent 31928 | 277b3e2d711b |
child 32154 | 52e222eef646 |
--- a/mercurial/templater.py Wed Apr 05 21:40:38 2017 +0900 +++ b/mercurial/templater.py Wed Apr 05 21:47:34 2017 +0900 @@ -595,7 +595,7 @@ ctx = mapping['ctx'] m = ctx.match([raw]) files = list(ctx.matches(m)) - return templatekw.showlist("file", files, **mapping) + return templatekw.showlist("file", files, mapping) @templatefunc('fill(text[, width[, initialident[, hangindent]]])') def fill(context, mapping, args):