diff mercurial/templater.py @ 28837:d54a7410307f

templater: drop deprecated handling of KeyError from changeset_templater It's been superseded by 09cde75e0613 and the previous patch. templater.mapfile is no longer used and removed.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Apr 2016 11:23:31 +0900
parents 6b86ce3e3576
children 35da19348143
line wrap: on
line diff
--- a/mercurial/templater.py	Wed Apr 06 20:34:34 2016 +0000
+++ b/mercurial/templater.py	Sun Apr 03 11:23:31 2016 +0900
@@ -956,7 +956,6 @@
             defaults = {}
         if cache is None:
             cache = {}
-        self.mapfile = mapfile or 'template'
         self.cache = cache.copy()
         self.map = {}
         if mapfile: