mercurial/templater.py
branchstable
changeset 23167 a3c2d9211294
parent 23112 3226ed457928
child 24114 fafd9a1284cf
child 24296 b73a22d1d9bf
--- a/mercurial/templater.py	Thu Jul 26 11:38:13 2012 +0100
+++ b/mercurial/templater.py	Mon Nov 03 12:08:03 2014 -0500
@@ -153,8 +153,6 @@
         return v(**mapping)
     if isinstance(v, types.GeneratorType):
         v = list(v)
-        mapping[key] = v
-        return v
     return v
 
 def buildfilter(exp, context):