mercurial/cmdutil.py
changeset 35468 32c278eb876f
parent 35458 5bec509dc1ff
child 35469 f1c54d003327
--- a/mercurial/cmdutil.py	Thu Dec 21 21:03:25 2017 +0900
+++ b/mercurial/cmdutil.py	Thu Dec 21 21:29:06 2017 +0900
@@ -1886,7 +1886,6 @@
         '''show a single changeset or file revision'''
         props = props.copy()
         props.update(templatekw.keywords)
-        props['templ'] = self.t
         props['ctx'] = ctx
         props['repo'] = self.repo
         props['ui'] = self.repo.ui
@@ -2663,7 +2662,6 @@
     if isinstance(displayer, changeset_templater):
         cache = displayer.cache  # reuse cache of slow templates
     props = templatekw.keywords.copy()
-    props['templ'] = templ
     props['cache'] = cache
     def formatnode(repo, ctx):
         props['ctx'] = ctx