mercurial/templater.py
branchstable
changeset 19079 1e433b5457fd
parent 19058 d8d548d868d3
child 19125 6ba6e345961e
--- a/mercurial/templater.py	Sun Apr 21 17:33:51 2013 -0500
+++ b/mercurial/templater.py	Mon Apr 22 12:27:56 2013 +0400
@@ -299,7 +299,7 @@
     text = stringify(args[0][0](context, mapping, args[0][1]))
     style = stringify(args[1][0](context, mapping, args[1][1]))
 
-    return minirst.format(text, style=style)
+    return minirst.format(text, style=style, keep=['verbose'])
 
 methods = {
     "string": lambda e, c: (runstring, e[1]),