mercurial/templater.py
changeset 28837 d54a7410307f
parent 28831 6b86ce3e3576
child 28911 35da19348143
--- 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: