mercurial/templater.py
changeset 36988 317382151ac3
parent 36987 4b744c7b35ce
child 36989 de117f579431
--- a/mercurial/templater.py	Sat Mar 17 15:22:14 2018 +0900
+++ b/mercurial/templater.py	Sat Mar 17 11:23:04 2018 +0900
@@ -723,7 +723,7 @@
                 raise IOError(inst.args[0], encoding.strfromlocal(reason))
         return self.cache[t]
 
-    def render(self, mapping):
+    def renderdefault(self, mapping):
         """Render the default unnamed template and return result as string"""
         mapping = pycompat.strkwargs(mapping)
         return templateutil.stringify(self('', **mapping))