mercurial/templater.py
changeset 36735 e79adc12cde3
parent 36716 1b179d151578
child 36918 543afbdc8e59
--- a/mercurial/templater.py	Sun Mar 04 12:21:01 2018 -0500
+++ b/mercurial/templater.py	Sun Mar 04 12:33:15 2018 -0500
@@ -1326,7 +1326,7 @@
         # We can only hit this on Python 3, and it's here to guard
         # against infinite recursion.
         raise error.ProgrammingError('Mercurial IO including templates is done'
-                                     ' with bytes, not strings')
+                                     ' with bytes, not strings, got %r' % thing)
     elif thing is None:
         pass
     elif not util.safehasattr(thing, '__iter__'):