mercurial/templater.py
branchstable
changeset 25562 9452112c8eb0
parent 25471 7298da81f5a9
child 25580 a69983942fb4
child 25637 5eccebe23942
--- a/mercurial/templater.py	Fri Jun 12 14:43:59 2015 -0700
+++ b/mercurial/templater.py	Sat Jun 13 20:14:22 2015 +0900
@@ -248,7 +248,7 @@
 
     def getpatterns(i):
         if i < len(args):
-            s = args[i][1].strip()
+            s = stringify(args[i][0](context, mapping, args[i][1])).strip()
             if s:
                 return [s]
         return []