mercurial/templater.py
branchstable
changeset 13020 ea3bada953d3
parent 12402 b014f998959d
child 13175 09cde75e0613
--- a/mercurial/templater.py	Thu Nov 18 23:05:10 2010 +0100
+++ b/mercurial/templater.py	Thu Nov 18 19:52:58 2010 -0200
@@ -98,7 +98,7 @@
         v = self._get(mapping, key)
         if not hasattr(v, '__iter__'):
             raise SyntaxError(_("error expanding '%s%%%s'")
-                              % (key, format))
+                              % (key, parsed))
         lm = mapping.copy()
         for i in v:
             if isinstance(i, dict):