diff -r 4b744c7b35ce -r 317382151ac3 mercurial/templater.py --- 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))