changeset 25509 | 576d6c74784b |
parent 25490 | ad14fb602e5e |
child 25580 | a69983942fb4 |
--- a/mercurial/templater.py Sat Jun 06 22:10:18 2015 -0400 +++ b/mercurial/templater.py Mon Jun 08 18:48:45 2015 +0900 @@ -310,10 +310,7 @@ width = int(args[1][1]) - text = stringify(args[0][0](context, mapping, args[0][1])) - if args[0][0] == runstring: - text = stringify(runtemplate(context, mapping, - compiletemplate(text, context))) + text = stringify(_evalifliteral(args[0], context, mapping)) right = False fillchar = ' '